You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to phyml...@googlegroups.com
Hello PhyML users,
I am currently using Phyml 3.0 on linux using command line. I keep getting unknown character state error on my MSA. I individually took each sequence out to test which sequence is causing trouble, and I found the following sequence to be causing the error.
The file was in phylip format, but I put it in FASTA for easy reading in this post. I do not see why this sequence causes unknown character error. I prefer not to go through my sequences individually to debug next time I run analysis. Does anybody know why this error occurs?
Stephane Guindon
unread,
Jun 26, 2013, 10:27:22 PM6/26/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to phyml...@googlegroups.com
Dear Leon, I might be able to figure out what is going on if you send me the whole sequence alignment. Regards, -Stephane-
Leon Kim
unread,
Jul 10, 2013, 12:03:38 PM7/10/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to phyml...@googlegroups.com
The problem fixed itself, but it was strange! Now I have another problem where I can't open phyml-mpi at all. I have been able to do
"mpirun -n 8 phyml-mpi <myseq> -b 100"
without problems, but when I tried today I get the following error:
===================================================================================== = BAD TERMINATION OF ONE OF YOUR APPLICATION PROCESSES = EXIT CODE: 139 = CLEANING UP REMAINING PROCESSES = YOU CAN IGNORE THE BELOW CLEANUP MESSAGES ===================================================================================== APPLICATION TERMINATED WITH THE EXIT STRING: Segmentation fault (signal 11)
This error occurs only when I run phyml after compiling. I have tried running the (pre-compiled) executable found on the website, and I have no problem running phyml on <myseq> . I want to fix this bug or be able to run in parallel through PHYLIP-like interface (I don't know if this is possible)
Stephane Guindon
unread,
Jul 10, 2013, 4:55:45 PM7/10/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to phyml...@googlegroups.com
Dear Leon,
Use the following command instead:
mpirun -n 8 phyml-mpi -i <myseq> -b 100
Alternatively, use:
mpirun -n 8 phyml-mpi
and follow the instructions in order to select the appropriate options using the PHYLIP interface.
Regards,
-Stephane-
Leon Kim
unread,
Jul 11, 2013, 11:03:00 AM7/11/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to phyml...@googlegroups.com
Thank you very much for replies. When I posted previously, I forgot to put "-i" (but I do believe I included it when I ran the analysis). I think for some reason my OS was not working properly. Rebooting solved the issue... (as many computer problems do).