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
I got this bug when using the --outseq :
--outseq
[barrnap] Running: bedtools getfasta -s -name+ -fo 'out.fa' -fi '/tmp/DCK1ZXW9lo' -bed '/tmp/C6qa9HAUtf' *****ERROR: Unrecognized parameter: -name+ *****
The problem seems to be line 171 of /bin/barrnap. I changed -name+ by -name and the flag --outseq is now working and generating a fasta file.
/bin/barrnap
-name+
-name
The text was updated successfully, but these errors were encountered:
I have encountered the same problem, how can I solve it
Sorry, something went wrong.
No branches or pull requests
I got this bug when using the
--outseq
:The problem seems to be line 171 of
/bin/barrnap
. I changed-name+
by-name
and the flag--outseq
is now working and generating a fasta file.The text was updated successfully, but these errors were encountered: