Error : While Running Muscle In Windows
1
0
Entering edit mode
12.2 years ago
Edison • 0

Hi,

I am getting error while running muscle in windows.

c:\Program Files \ muscle>muscle3.8.31_i86win32.exe  -in seqs.fa -out seqs.afa
MUSCLE v3.8.31 by Robert C. Edgar
http://www.drive5.com/muscle
This software is donated to the public domain.
Please cite: Edgar, R.C. Nucleic Acids Res 32(5), 1792-97.
seqs 2 seqs, max length 71, avg  length 71
00:00:00      3 MB(0%)  Iter   1  100.00%  K-mer dist pass 1
00:00:00      3 MB(0%)  Iter   1  100.00%  K-mer dist pass 2
00:00:00      4 MB(0%)  Iter   1  100.00%  Align node
00:00:00      4 MB(0%)  Iter   1  100.00%  Root alignment
*** ERROR ***  Cannot open 'seqs.afa' errno=13

Please help me to solve this error.

alignment • 3.9k views
ADD COMMENT
3
Entering edit mode
12.2 years ago
Jan Kosinski ★ 1.6k

Running this way muscle would try to save seqs.afa to c:\Program Files \ muscle> folder. On Windows, if you run muscle not as administrator, you may have not permission of writing to c:\Program Files \ muscle>, hence the error.

You can try copying the seqs.fa to Desktop. Then navigate to Desktop in command prompt and execute muscle this way:

c:\Users\you\Desktop> c:\Program Files \ muscle\muscle3.8.31_i86win32.exe -in seqs.fa -out seqs.afa

Note the full path to muscle. If it works you can modify PATH environmental variable (check google how to do it for your windows version) so you could write just muscle\muscle3.8.31_i86win32.exe in the command prompt.

ADD COMMENT
0
Entering edit mode

Thank you very much for your answer.

ADD REPLY

Login before adding your answer.

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