You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
while trying to run given example on README it hangs on phyml call
[gensoft@e4f0d8f5833f pmodeltest-1.04]$ pmodeltest.py -i examples/protein.phy --phyml ./bin/phyml --protein
./bin/phyml -i examples/protein.phy -d aa -n 1 -b 0 -o tlr -m MtArt --no_memory_check --run_id MtArt+I+G+F -f e -v e -c 4 -a e
this is due to invalid options on command line for provided phyml binary, see:
[gensoft@e4f0d8f5833f pmodeltest-1.04]$ ./bin/phyml -i examples/protein.phy -d aa -n 1 -b 0 -o tlr -m MtArt --no_memory_check --run_id MtArt+I+G+F -f e -v e -c 4 -a e
./bin/phyml: unrecognized option '--no_memory_check'
. Unknown option character `\x0'.
. Type any key to exit.
when --no_memory_check is not provided bin/phyml run fines
regards
Eric
The text was updated successfully, but these errors were encountered:
Hello,
while trying to run given example on README it hangs on phyml call
this is due to invalid options on command line for provided phyml binary, see:
when
--no_memory_check
is not provided bin/phyml run finesregards
Eric
The text was updated successfully, but these errors were encountered: