-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Taraka Rama edited this page Apr 11, 2017
·
2 revisions
CyBayes was written with the intent to provide a simple tool for linguists that can produce decent phylogenies using Bayesian methods for:
- Binary cognate data
- Multistate cognate data
- Multiple aligned data in International Phonetic Alphabet that can be generated from [LingPy] (https://github.com/lingpy)
CyBayes is inspired by [MrBayes] (http://mrbayes.sourceforge.net/) that works from commandline and can infer high quality trees from binary coded cognate sets for large datasets.
Using a multi-threaded compiled Numpy and Scipy will be useful for handling multistate datasets. The procedure is as followed for Ubuntu:
- Install
libopenblas-dev
usingapt
- Install Numpy using pip3 as
pip3 install numpy
- Install Scipy using pip3 as
pip3 install scipy