Source
Below outlines the steps to install IsoTV, which requires conda to be installed as described in prerequisites.
-
Download the IsoTV pipeline into a folder named
IsoTV:git clone https://github.molgen.mpg.de/MayerGroup/IsoTV.git -
Change the working directory into the new
isotv:cd IsoTV -
Install conda software dependencies with:
conda env create --name isotv_env --file environment.yaml -
Initialize the conda environment with:
conda activate isotv_env -
To deactivate the conda environment after use:
conda deactivate