-
Notifications
You must be signed in to change notification settings - Fork 447
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
emboss implement missing parameters #4734
base: main
Are you sure you want to change the base?
emboss implement missing parameters #4734
Conversation
96a20b8
to
97c4a40
Compare
This is not a tool suite so it will bump all tools. Are any other changes we want to include here? Should we bump all tool versions? |
tools/emboss_5/emboss_textsearch.xml
Outdated
<description>Search sequence documentation. Slow, use SRS and Entrez!</description> | ||
<expand macro="bio_tools" /> | ||
<macros> | ||
<import>macros.xml</import> | ||
</macros> | ||
<expand macro="requirements" /> | ||
<code file="emboss_format_corrector.py" /> | ||
<command>textsearch -sequence '$input1' -outfile '$out_file1' -pattern '$pattern' -casesensitive -heading $heading -usa $usa -accession $accession -name $search_name -description $description -html | ||
<command>textsearch | ||
-sequence '$input1' -outfile '$out_file1' -pattern '$pattern' -casesensitive $casesensitive -heading $heading -usa $usa -accession $accession -name $search_name -description $description -html |
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.
Maybe split this with one option per line?
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.
I agree that this would be nicer, but then we should do it consistently in all emboss tools. Don't think that I have the time for this.
there is no such dataype in Galaxy and also the CLI does not support this value. to my surprise the other datatypes all existed in Galaxy .. so lets use them
I have no more changes that I want to include. Don't know about bumping. Can you tell me? |
at some time in the past we changed from 5.0.0.1 to 5.0.0+galaxy2 which was wrong since `"+" < "." == True`. fixes galaxyproject#4829
FOR CONTRIBUTOR: