-
Notifications
You must be signed in to change notification settings - Fork 441
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
Merged
bernt-matthias
merged 27 commits into
galaxyproject:main
from
pmjklemm:tools/proteinortho
Jun 16, 2023
Merged
Changes from 4 commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
2c48f81
Updating tools/proteinortho from version 6.1.5 to 6.1.6
274f47c
Updating tools/proteinortho from version 6.1.6 to 6.1.7
c15bae7
update 6.2.0
ab3b5f2
test
b09844f
update test block with sections
4a50b12
added diamond as p option for test1-3
5a820db
update diamond
fab286e
test wo C.faa
e5176d6
another test
dbf7ee6
w/o C2 diamond test
f6547f6
resolved the TODO
6a4198f
resolved the TODO
d7f03fd
added column_names metadata
db4cf99
additional data tag xml
327ec1e
test metadata
0b5050f
trigger recalculation of test
2e8c048
remove the test metadata again
e87ac1f
adding the test metadata again now in the test macro
9f75c38
without proteinortho.tsv test metadata
c2f99c2
test metadata proteinortho.tsv
7875829
forgot the new parameter -core
6b74efa
typos and some improvements to the help
1ac41c6
order of fasta matters
8648d00
thanks bernt-matthias
b155c21
new version 6.2.2
cbdff6b
6.2.3
48c7407
trigger test
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
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 here