This repo consists of the scripts used for our project studying the evolution of endothermy. We outline the selection analyses, for other analyses see dryad.
This project uses various methods from the HyPhy package. For specific batch files (.bf), see HyPhy analyses repo.
Our pipeline was developed to be used in an HPC environment. There is an assumption that the freely availible Anaconda software is installed on your machine.
git clone https://github.com/agselberg/Endothermy.git
cd Endothermy
conda env create -f environment.yml
. This will create a conda environment with the necessary dependencies.- At this point, run
conda activate ENDOTHERMY
and your environment will be ready to go.