We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
currently this fails because "" != "mzML" for example. https://github.com/genericworkflownodes/GenericKnimeNodes/blob/develop/com.genericworkflownodes.knime/src/com/genericworkflownodes/knime/generic_node/GenericKnimeNodeModel.java#L538
Advantage: This should closer to what one would think it would do.
Disadvantage: Harder to find errors, where someone just forgot to set a mime type and then the nodes fail at runtime instead of construction time.
Alternative: Introduce "*" or a placeholder for "any mime type".
Related to #227
The text was updated successfully, but these errors were encountered:
No branches or pull requests
currently this fails because "" != "mzML" for example.
https://github.com/genericworkflownodes/GenericKnimeNodes/blob/develop/com.genericworkflownodes.knime/src/com/genericworkflownodes/knime/generic_node/GenericKnimeNodeModel.java#L538
Advantage:
This should closer to what one would think it would do.
Disadvantage:
Harder to find errors, where someone just forgot to set a mime type and then the nodes fail at runtime instead of construction time.
Alternative:
Introduce "*" or a placeholder for "any mime type".
Related to #227
The text was updated successfully, but these errors were encountered: