Error message in Standalone BLAST
1
1
Entering edit mode
2.1 years ago
noobiestar ▴ 30

I was trying to make a nucleotide database for standalone blast. but this message keeps coming. Any suggestion to overcome this problem?

BLAST Database error: No alias or index file found for nucleotide database [C:\Program] in search path [C:\Program Files\NCBI\blast-BLAST_VERSION+\bin;;]
windows commandprompt StandaloneBlast NCBI BLAST • 851 views
ADD COMMENT
2
Entering edit mode

This was my command

makeblastdb -in ABCScaffolds.fasta -dbtype nucl -out ABCScaffolds

After the below runtime command, I got the mentioned error message

Building a new DB, current time: 04/05/2022 15:38:56
New DB name:   C:\Program Files\NCBI\blast-BLAST_VERSION+\bin\ABCScaffolds
New DB title:  ABCScaffolds.fasta
Sequence type: Nucleotide
Keep MBits: T
Maximum file size: 3000000000B
Adding sequences from FASTA; added 604 sequences in 0.254797 seconds.
ADD REPLY
1
Entering edit mode
2.1 years ago

Few things :

it's good practise to not put your blastDBs in the binary folder of blast , so specify an output path as well in the -out parameter (or don't call the makeblastdb command from within your binary folder)

the no alias found error can only appear when you actually run the blast search, what is the command you used for that? (the cmdline you provided is to format a fasta file as blast database)

ADD COMMENT
0
Entering edit mode

I have the same problem, I did not actually run the blast search, I just run "makeblastdb" makeblastdb -in test3.fasta -input_type fasta -dbtype nucl -out Data_test3 and got the error BLAST Database error: No alias or index file found for nucleotide database [/Users/xiaolei/Downloads/Peng] in search path [/Users/xiaolei/Downloads/Peng Zhang/BPHunter_fastq2BP_test::]

ADD REPLY
0
Entering edit mode

are the data input files accessible from the path where you execute the blast cmd? (and the fasta file is a nucleotide sequences one?)

ADD REPLY
1
Entering edit mode

Yes. I downloaded the most recent version of blastn, deleted the old output files generated with the previous version of makeblastdb (from another person), and tried again, it worked. Thanks.

ADD REPLY

Login before adding your answer.

Traffic: 1614 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6