Hi all,
I am trying to BLAST several short queries (20nt) against a local database.
The local database is a merged file containing all genomes which I used to design the queries.
The problem is that for some queries I get "no hits found". This should not happen since I created the queries from the database and I think I should at least get "1 hits found" for each query...
I am using the latest version of BLAST (2.2.26+) and the following command :
blastn.exe, -task, blastn-short, -db, database.fas, -perc_identity, 100, -ungapped, -num_threads, 4, -query, queryfile.fas, -out, outputfile.txt, -outfmt, 7
Any help would be much appreciated!!
I am trying to BLAST several short queries (20nt) against a local database.
The local database is a merged file containing all genomes which I used to design the queries.
The problem is that for some queries I get "no hits found". This should not happen since I created the queries from the database and I think I should at least get "1 hits found" for each query...

I am using the latest version of BLAST (2.2.26+) and the following command :
blastn.exe, -task, blastn-short, -db, database.fas, -perc_identity, 100, -ungapped, -num_threads, 4, -query, queryfile.fas, -out, outputfile.txt, -outfmt, 7
Any help would be much appreciated!!
Comment