-
|
Hi, This is the error i receive. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
Hi, is there something missing at the end of the log, as it finishes with |
Beta Was this translation helpful? Give feedback.
-
|
I forgot about your issue, I am sorry for that. It is probably too late for you by now, but I found the solution: Muscle version 5 is a complete rewrite of the software with new CLI arguments. Hence, |
Beta Was this translation helpful? Give feedback.
I forgot about your issue, I am sorry for that. It is probably too late for you by now, but I found the solution: Muscle version 5 is a complete rewrite of the software with new CLI arguments. Hence,
invalid command line Unknown option inshould be read asinvalid command line Unknown option 'in', since also the argument for the input FASTA file changed. Since I worked with the old version of Muscle I was not able to reproduce your problem. With PR #373, this issue should be solved now: It provides toApplicationsubclasses, one for the original Muscle 3 and a new one for Muscle 5.