Identifying microbial populations using networks of horizontal gene transfer.
- A unix-based system
- Miniconda with python 3.7
The required python and (most) R packages can be installed by creating a conda environment with the included PopCOGenT.yml
file as follows:
conda env create -f PopCOGenT.yml
- phyml
- mugsy version 1.2.3
- The
ape
R package. To install, please follow the instructions under "All modules." Then, activate the environment (source activate PopCOGenT
). Finally, run theRscript install_ape.R
from the Core genome sweep identification source directory.
Instructions for the usage of each module are provided in each module's source code directory.