I want to check a gene in a bacterial species. I downloaded almost 1500 assemblies and made a blast database. When I blast kinda of a "housekeeping", the blast didn't find it in all strains. When I made a database from one of such genomes that blast didn't find the gene in them, it will find it as supposed to do. The similarity is ~99%. Is the problem the big size of the database and are there some parameters to improve search?
My command line is
blastn -db strains.fasta -query gene.fasta -out gene.out -outfmt 6
Thank you very much. That solved the problem. I've used to do this in the blast online version but it totally slipped my mind when dealing with the command line version.