DRAM.py annotate question - minimum contig length #337
Unanswered
nataliesarno
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am attempting to annotate metagenome assembled genomes. Generally, when our lab assembles genomes the minimum contig length used in our assemblies are 2500-3000. I tried to run DRAM.py annotate on my MAGs and encountered the error that "No sequences were longer than the min_contig_size" in my .faa files. When I checked the DRAM.py annotate code here I noticed the min_contig_size is 5000. Will changing this to 2500 (our labs' contig size during assembly) mess with the DRAM annotations? Or am I possibly doing something else wrong to encounter this error?
Beta Was this translation helpful? Give feedback.
All reactions