Skip to content
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

Problem when annotating modules are specified at the end of the command #1

Open
shelkmike opened this issue Oct 16, 2019 · 0 comments

Comments

@shelkmike
Copy link

Sma3s doesn't work when there is "-a 13" at the end of the line
For example, the command
sma3s_v2.pl -i ./some_input.fasta -d ./uniref90.fasta -nucl -filter -a 13
will not work, while the command
sma3s_v2.pl -i ./some_input.fasta -d ./uniref90.fasta -nucl -a 13 -filter
will work.

I guess this is due to the regular expression "$ANNOTATOR !~ /^1?2?3?$/" in the source code. It doesn't allow "13" to contain the end of line.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant