-
-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
-q (--sequential) option seems to be not working #104
Comments
Indeed... The github version works fine with the --sequential and -q options but the bioconda one seems to fail miserably... Maybe @epruesse has an idea? |
No clue... what does the option do? @annahake You could try running |
--sequential aka -q set the value of io->interleaved to NO (the default being YES). PhyML then calls Read_Seq_Interleaved(io) (in case io->interleaved == YES) or Read_Seq_Sequential(io) (when io->interleaved == NO). Those two functions have been here forever and I don't imagine there could be any serious issue with them. I'm perplexed... |
Can you reproduce it? |
And, is this osx or linux or both? |
I was able to reproduce the bug on ubuntu 18.04. I haven't tried any other architecture. |
I tested it also on a linux machine. |
Hi,
I use phyml Version 3.3.20190321 (from bioconda) from the command line.
When I start phyml with a sequential alignment file like your example file and with the option -q or --sequential, the program starts with
Command line: phyml -i primatesNT.phy -m GTR --sequential
end never finishes or actually starts running or giving any error code.
If I change the format to interleaved everything works.
The text was updated successfully, but these errors were encountered: