Problem Running Psi-Tblastn...
1
0
Entering edit mode
11.6 years ago
Nicojo ★ 1.1k

I have a problem running psi-tblastn with BLAST 2.2.25+. Basically, I'm trying to run the following command:

tblastx -in_pssm infile.pssm -db genes.db -num_descriptions 100000 -num_threads 8 > psiblastout.txt

But I get the following error message:

Error: (106.18) NCBI C++ Exception:
Error: (CArgException::eInvalidArg) Unknown argument: "in_pssm"
Error: (CArgException::eInvalidArg) Application's initialization failed

Unfortunately, Google is not my friend on this one... Any suggestions?

error • 3.3k views
ADD COMMENT
8
Entering edit mode
11.6 years ago

Only two BLAST programs, tblastn and psiblast handle pssm profiles:

tblastn -in_pssm infile.pssm -db genes.db -num_descriptions 100000 -num_threads 8 > psiblastout.txt
ADD COMMENT
0
Entering edit mode

Argh, I should have seen that typo! Thanks :)

ADD REPLY

Login before adding your answer.

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