-
Exploratory notebooks: IPython notebooks used for exploratory analysis. These scripts are not used in the main pipeline, but used to explore data. Values from these exploratory notebooks are reported in the paper, but not used explicitly a pipeline step. Also included are interactive vesions of pipeline pieces.
-
Main pipeline: This is the main pipeline used to create the main results in the paper. Makefile reproduces full analysis. To do this, clone the repository, change directories into it and type
make
-
Dependencies:
- R:
- Diversitree
- Python:
- Pandas
- Matplotlib
- Dendropy
- R:
-
Note: Running the full pipeline with make is a multiple-hour process. Picking the steps of interest out of the Scripts directory is almost certainly more useful.
Install gsl (pre-requisite)
$ sudo apt-get install gsl-bin libgsl0-dev
Now install diversitree
install.packages(c('diversitree'))