Created
April 14, 2012 23:10
-
-
Save mtholder/2388548 to your computer and use it in GitHub Desktop.
Install of Dendropy with test run of modified BPA using geodispersal-analysis.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
set -x | |
wget http://pypi.python.org/packages/source/D/DendroPy/DendroPy-3.11.0.tar.gz | |
tar xfvz DendroPy-3.11.0.tar.gz | |
cd DendroPy-3.11.0 | |
python setup.py install | |
cd extras/geodispersal/ | |
python geodispersal-analysis.py LiebermanEBasidechenella.nex LiebermanEBasidechenella.nex --labels=labels.txt --paup --vicariance=vic --dispersal=disp | |
cat Readme.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment