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

psmn: fix gatk3.8.0 env name

parent 9bf9ce0e
No related branches found
No related tags found
No related merge requests found
......@@ -75,8 +75,8 @@ fi
if [ ! -d ${CONDA_ENVS}fastp_0.19.7 ]; then
conda create --yes --name fastp_0.19.7 fastp=0.19.7
fi
if [ ! -d ${CONDA_ENVS}gatk_3.8 ]; then
conda create --yes --name gatk_3.8 gatk=3.8
if [ ! -d ${CONDA_ENVS}gatk_3.8.0 ]; then
conda create --yes --name gatk_3.8.0 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
......
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