Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
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
update proteinortho v6.2.3 and some changes to the xml #5184
update proteinortho v6.2.3 and some changes to the xml #5184
Changes from 13 commits
2c48f81
274f47c
c15bae7
ab3b5f2
b09844f
4a50b12
5a820db
fab286e
e5176d6
dbf7ee6
f6547f6
6a4198f
d7f03fd
db4cf99
327ec1e
0b5050f
2e8c048
e87ac1f
9f75c38
c2f99c2
7875829
6b74efa
1ac41c6
8648d00
b155c21
cbdff6b
48c7407
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For consistency I would use
$more_options.evalue
in the command block (even if$evalue
should work as well).There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ahh ok, so since these options are nested in the more_options sections, the env var needs this too, I will add this to the xml
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do the test also need this?
So e.g.<param name="evalue" value="1"/>
needs to be<param name="more_options.evalue" value="1"/>
?I just saw that diamond wraps the nested params in the same
section
tags, so this is probably the solution for this problem hereThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lets see if this works. You should certainly check with
planemo serve
if this works out as expected. Maybe also include it in the tests https://docs.galaxyproject.org/en/master/dev/schema.html#tool-tests-test-output-metadataThere are even more advanced techniques for setting output metadata. For instance you can deposit a file
galaxy.json
in the working directory. That describes all sorts of output properties. Unfortunately this is largely undocumented https://planemo.readthedocs.io/en/latest/writing_advanced.html?highlight=galaxy.json#tool-provided-metadata