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
Hello:
I'm running this command: prodigal -a data/trimmed_db/prod_query.faa -d data/trimmed_db/prod_query.fna -i data/raw/all_seqs.fna
prodigal -a data/trimmed_db/prod_query.faa -d data/trimmed_db/prod_query.fna -i data/raw/all_seqs.fna
Being the all_seqs.fna a standard fasta file
The issue occurs with the output file, where a "_1" is added to every seq name:
1091141140636**_1** # 1 # 810 # 1 # ID=1_1;partial=11;start_type=Edge;rbs_motif=None;rbs_spacer=None;gc_cont=0.585 GGGCGCATTGGTAACGCACAAATTGGTCCCATTTATTTGGGCACGTTGGGCGTCGCCTCTCTGCTGTTCG GTATCGCGGCGTTCAACATCATTGGTTTCAACATGTTGGCCTCGGTTGATTGGGACCCGATTCAACTGAT CCGTCAGCTGTTTTGGTTAGCTCTAGAACCGCCAGCCCCAGCCTATGGCCTGGGTTTCCCTCCCCTTGAA
Is there a way to avoid this from happening?
Thanks a lot!!
The text was updated successfully, but these errors were encountered:
Hi, may I know how you managed to solve this? If I'm not going to use metatdenovo software but Prodigal standalone itself.
Sorry, something went wrong.
No branches or pull requests
Hello:
I'm running this command:
prodigal -a data/trimmed_db/prod_query.faa -d data/trimmed_db/prod_query.fna -i data/raw/all_seqs.fna
Being the all_seqs.fna a standard fasta file
The issue occurs with the output file, where a "_1" is added to every seq name:
Is there a way to avoid this from happening?
Thanks a lot!!
The text was updated successfully, but these errors were encountered: