Troubles running blastn against nt database
1
1
Entering edit mode
9.2 years ago
ch_at ▴ 10

Hi there,

I have just started using command line blast. And I have a set of sequences in a .fasta file that I want to run against all the nucleotide (nt) databases that I have downloaded manually from NCBI (nt.00, nt01 ....).

I have put all the nt databases in a folder called "db", where I have Blast installed.

I have tried this command:

blastn -query G1A.fasta -db db/nt.nal -out G1Aoutput.txt

and this one

blastn -query G1A.fasta -db db/nt -out G1Aoutput.txt

and I get this error message:

Command line argument error: Argument "out". File is not accessible:  `G1Aoutput.txt'

I noticed the strange hyphen. Now, I have already looked around and people seemed to have had this problem, when copy-pasting a command. But I typed it myself, no copy and paste involved.

In fact, I have played with Blast around before using my data and I follwed a little tutorial, where I was provided with a query file and a protein database and I was able to create output files just fine...

So curious what might be the problem?

blast • 3.6k views
ADD COMMENT
0
Entering edit mode

How did you manage to put all the NT databases into db and extract them all? I ran out of room after extracting nt.00, nt.01, and nt.02...and there are 27 parts!

I am so confused...am I only supposed to extract one file and leave the rest as compressed files?

ADD REPLY
0
Entering edit mode

nope, you really need to extract them all.

ADD REPLY
0
Entering edit mode
9.2 years ago
CikLa ▴ 90
blastn -query G1A.fasta -db db/nt -out G1Aoutput.txt

Indeed, this command should be Ok. Perhaps permission error prevent you from writing new file.

ADD COMMENT
0
Entering edit mode

Thanks, you were right, I had no permission to write a new file in that folder!

ADD REPLY

Login before adding your answer.

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