Hi
I've been using the blastn (version 2.2.28+) standalone tool against a custom formatted genome via:
blastn -db BLASTDB -word_size 7 -query input.fa -out filename
Is there a command I can add to this to output only hits which are exact-matches (i.e. non-gapped) and which are above a certain length/score?
Thanks!
- Kayleigh
I've been using the blastn (version 2.2.28+) standalone tool against a custom formatted genome via:
blastn -db BLASTDB -word_size 7 -query input.fa -out filename
Is there a command I can add to this to output only hits which are exact-matches (i.e. non-gapped) and which are above a certain length/score?
Thanks!
- Kayleigh
Comment