https://github.com/etetoolkit/pmodeltest
Python implementation of modeltest/prottest supporting proteins and nucleotides (can be run in parallel).
https://github.com/etetoolkit/pmodeltest
Last synced: about 1 year ago
JSON representation
Python implementation of modeltest/prottest supporting proteins and nucleotides (can be run in parallel).
- Host: GitHub
- URL: https://github.com/etetoolkit/pmodeltest
- Owner: etetoolkit
- Created: 2012-02-06T14:58:28.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2020-02-26T12:49:49.000Z (over 6 years ago)
- Last Synced: 2025-04-10T22:57:57.685Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 1.04 MB
- Stars: 5
- Watchers: 3
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
### README --- pmodeltest/
## Copyright 2011 Francois Serra
##
## Keywords: Phylogeny modeltest model selection AIC Akaike
Tests evolutionary models like jModelTest but also for proteins.
'bitfast' option allows to run topology optimization on most weighted models.
Return 'best' tree with SH branch support value.
All based on the behavior of jModelTest:
jModelTest: phylogenetic model averaging.
Posada D
Mol Biol Evol25p1253-6(2008 Jul)
and ProtTest:
ProtTest: selection of best-fit models of protein evolution.
Abascal F, Zardoya R, Posada D
Bioinformatics21p2104-5(2005 May 1)
WARNING: use phyml version: 20110919
available at: http://code.google.com/p/phyml/
BEFORE ALL, test:
python test_all.py
Usage:
python pmodeltest.py -i example/protein.phy [-o tree] [-O trees] [running options]