Blastdbcmd - Too Many Positional Arguments <1>, The Offending Value: %F - Windows
1
0
Entering edit mode
10.4 years ago
paulhschoi • 0

Hey guys, I'm trying to use blastdbcmd - when I type the following on cmd

blastdbcmd -db databaseBLAST -entry_batch -outfmt "%f" -out test_query.txt

the following error pops up:

Error: Too many positional arguments <1>, the offending value: %f

I typed %f so that it's in Fasta format, and even after spending so much time on the internet to figure out, I still have no idea what to do for this error.. Would you please be able to help me out? Thank you so much in advance.

fasta blast windows • 13k views
ADD COMMENT
0
Entering edit mode

I just got the same problem and the issue was in the name of my folder. There was a white space, blast does not like white spaces, -, + in the files and dir names.

ADD REPLY
0
Entering edit mode
10.4 years ago
Fwip ▴ 500

Looking at the help, -entry_batch requires a filename after it from which to read each entry. Your command treats -outfmt as the file to be read from, so when it encounters the following "%f" it doesn't know what to do with it.

ADD COMMENT

Login before adding your answer.

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