Entering edit mode
12 months ago
Mark
▴
60
I'm trying to run a BLAST through the blastn cli. I thought that providing nt as the -db parameter would let me search the NCBI Nucleotide database with blast, but when I run this command:
blastn -query contigs.fa -db nt
I get this error:
BLAST Database error: Database memory map file error
Does anyone know what is going wrong and how to fix this?
perfect thank you!