I'm working on BLAST with Neisseria meningitidis with around 2500 genes.
For my sample, I am getting double the number of genes predicted than the ab-initio gene prediction tools, and I'm working from command line.
How do I use culling limit?
Is there any option to avoid repetitive and false positive results?
The commands used:
Making the database:
makeblastdb -in finaldb.fa -dbtype 'nucl' -out final
Command:
blastn -db final -query input.fa -outfmt 6 -out output
For my sample, I am getting double the number of genes predicted than the ab-initio gene prediction tools, and I'm working from command line.
How do I use culling limit?
Is there any option to avoid repetitive and false positive results?
The commands used:
Making the database:
makeblastdb -in finaldb.fa -dbtype 'nucl' -out final
Command:
blastn -db final -query input.fa -outfmt 6 -out output
Comment