This repo contains the materials for the practical sessions in the CA19141 iNEAL Training School.
To use these materials, you can click the badge , which will create an online virtual machine containing the tools and data used in the practical sessions.
Or you can download this repo and install the dependencies with minconda in your local machine using the following commands. To install miniconda
, you can follow the instruction here.
git clone https://github.com/admixVIE/iNEAL
cd iNEAL
conda env create -f environment.yml
conda activate ineal
This repo has been tested with Ubuntu Linux and macOS.