ncbi-blast-2.3.0+ blastn problem
1
0
Entering edit mode
8.3 years ago

Hello,

I recently tried installing BLAST+ command line on windows and tried running a blastn command in command prompt

blastn -query test_query.txt -db refseq_rna.00 -out test_output.txt

giving the following error:

Error: NCBI C++ Exception:
TO "..\..\..\..\..\src\corelib\ncbiobj.cpp", line 977: Critical: ncbi::CObject::ThrowNullPointerException() - Attempt to access NULL pointer.

Can anyone please help me on this? Thanks.

blastn ncbi blast-plus windows • 3.6k views
ADD COMMENT
0
Entering edit mode

Dear akyladisla10

You may go through this post

Hope it helps

ADD REPLY
0
Entering edit mode

Hi! I still cant resolve this problem :( I am using 64-bit windows 8 machine. I installed ncbi-blast-2.3.0+-win64.exe and even re-installed it twice. I followed everything in this tutorial http://www.ncbi.nlm.nih.gov/books/NBK52637/

I have no idea where is the problem. Can anyone please help me ? :( thanks in advance.

ADD REPLY
0
Entering edit mode

It could be a bug in the latest version of blastn. Have you tried contacting their helpdesk ?
In the meantime, make sure that your test_query.txt is properly FASTA-formatted.

ADD REPLY
1
Entering edit mode
8.3 years ago
Jenez ▴ 540

Not sure if relevant but try removing the zeros from refseq_rna.00

blastn -query test_query.txt -db refseq_rna -out test_output.txt

You do not need to specify the index for the database

ADD COMMENT

Login before adding your answer.

Traffic: 1800 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