An introduction to structural phylogenetics
Follow these steps to set up the tutorial environment:
-
Change to your home directory:
cd $HOME
-
Clone the repository:
git clone https://github.com/DessimozLab/Structural_evo_tutorial cd Structural_evo_tutorial -
Install the latest version of Miniforge:
wget "https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-$(uname)-$(uname -m).sh" bash Miniforge3-$(uname)-$(uname -m).sh
-
Create the environment from the
env.yamlfile:mamba env create -f env.yaml
-
Activate the environment:
mamba activate structural_evo_env
-
Start Jupyter Lab to begin the exercises (located in the main folder):
jupyter lab