error message unknow argument : " query_gencode" on local_bast_client.pl command on ubuntu
0
0
Entering edit mode
4.1 years ago
Maloki ▴ 10

I'am using local_blast_client.pl command to create local blast file, but when I run the command

perl local_blast_client.pl -i test_input_protein.fasta -o blast_rs.txt -b blastn -d myDB I get this error message.

DESCRIPTION Nucleotide-Nucleotide BLAST 2.6.0+

Use '-help' to print detailed descriptions of command line arguments

Error: Unknown argument: "query_gencode" Error: (CArgException::eInvalidArg) Unknown argument: "query_gencode" Program failed, try executing the command manually. Open blast_rs.txt to view the BLAST results.

sequence • 1.3k views
ADD COMMENT
0
Entering edit mode

where do you get that perl script? You can directly run tblastn with the proper configuration, here is the documentation https://www.ncbi.nlm.nih.gov/books/NBK279684/

ADD REPLY
0
Entering edit mode

Actually I'm using the cgview comparative tool, but this script doesn't work :

perl local_blast_client.pl -i test_input_protein.fasta -o blast_rs.txt -b blastn -d myDB

ADD REPLY
0
Entering edit mode

if you are aligning protein data to a nucleotide database, there is no -query_gencode parameter to apply, only db_gencode because your query is already in protein space and you can translate your db according to a specific genetic code.

I guess the program you are trying to use needs nucleotide as the input query.

ADD REPLY

Login before adding your answer.

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