Skip to content
Snippets Groups Projects
Unverified Commit 46f9f194 authored by Laurent Modolo's avatar Laurent Modolo
Browse files

conda_packages.sh: add gatk4

parent eb29dd1f
No related branches found
No related tags found
No related merge requests found
......@@ -78,6 +78,9 @@ fi
if [ ! -d ${CONDA_ENVS}gatk_3.8 ]; then
conda create --yes --name gatk_3.8 gatk=3.8
fi
if [ ! -d ${CONDA_ENVS}gatk_4.0.8.1 ]; then
conda create --yes --name gatk_4.0.8.1 gatk4=4.0.8.1-0
fi
if [ ! -d ${CONDA_ENVS}cutadapt_1.14 ]; then
conda create --yes --name cutadapt_1.14 cutadapt=1.14
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment