aewebb80 / VESPA

VESPA: Very large-scale Evolutionary and Selective Pressure Analyses
GNU General Public License v3.0
14 stars 9 forks source link

Unable to use the translate command #21

Open pkokate18 opened 4 years ago

pkokate18 commented 4 years ago

Hi, $ python vespa.py translate –input=yakubaformat.txt -cleave_terminal=False No input specified for command: translate. Please check command-line input Specified command (–input=yakubaformat.txt) not found. Please check command-line input I can use the "help translate" command. What is the meaning of this error. Is something wrong with the structure of the file?

bede commented 4 years ago

Hi @pkokate18, in the the command above it appears that you are using an en dash (–, U+2013) rather than the usual hyphen character (-, U+002D) for specifying POSIX arguments. These may or may not look identical on screen but are interpreted differently. I can't be certain this is the issue, but would you be able to check?

Instead of –input=yakubaformat.txt

Please try -input=yakubaformat.txt

pkokate18 commented 4 years ago

Yes...that was the issue. Sorry to have bothered you. I got the output i was looking for. Thanks a lot for your help.

with best regards

yours sincerely,

Prajakta

On Mon, 25 Nov 2019, 07:48 Bede Constantinides, notifications@github.com wrote:

Hi @pkokate18 https://github.com/pkokate18, in the the command above it appears that you are using an en dash (–, U+2013) rather than the usual hyphen character (-, U+002D) for specifying POSIX arguments. These may nor may not look identical on screen but are interpreted differently. I can't be certain this is the issue, but would you be able to check?

Instead of –input=yakubaformat.txt

Please try -input=yakubaformat.txt

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/aewebb80/VESPA/issues/21?email_source=notifications&email_token=ANCSX2NFQMNGBK4DFZX7A3LQVPCRDA5CNFSM4JRAYFJ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFCIYWI#issuecomment-558140505, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANCSX2N2BC5N6FD5KBV2FJDQVPCRDANCNFSM4JRAYFJQ .