Hi.
I'm running the following command
blastn –db nt –query input.txt –out OUTPUT.txt -remote
which results in the error message
Error: (CArgException::eSynopsis) Too many positional arguments (1), the offending value: –db
I couldn't find a similar issue.
Does anyone have an idea how to deal with this error?
Thanks.
I believe flags of more than one character (eg. "db") require a '--' rather than a single '-'. It's a bit confusing in the manual because the hyphens merge
edit. I could easily be wrong as I haven't checked it myself. Perhaps I should have posted this as a comment. Apologies
Thanks @Jack Tierney, but after adding hyphens the error persists.