Skip to content

Instantly share code, notes, and snippets.

@mtholder
Created April 14, 2012 23:10
Show Gist options
  • Save mtholder/2388548 to your computer and use it in GitHub Desktop.
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
#!/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