Skip to content
Snippets Groups Projects
Commit deabc9e6 authored by Gervaise Henry's avatar Gervaise Henry :cowboy:
Browse files

Fix elif

parent cb073c1e
Branches
Tags
2 merge requests!58Develop,!45Resolve "Move references to GUDMAP/RBK"
Pipeline #8153 passed with stages
in 3 hours, 26 minutes, and 2 seconds
...@@ -465,6 +465,7 @@ process getRefInfer { ...@@ -465,6 +465,7 @@ process getRefInfer {
mkdir ${refName}/bed mkdir ${refName}/bed
touch ${refName}/bed/temp touch ${refName}/bed/temp
elif [ ${referenceBase} == "dev.gudmap.org" ] elif [ ${referenceBase} == "dev.gudmap.org" ]
then
mv bed ${refName}/ mv bed ${refName}/
fi fi
""" """
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment