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

Fix datahub specific bed folder move

parent 2ec44620
Branches
Tags
2 merge requests!58Develop,!45Resolve "Move references to GUDMAP/RBK"
Pipeline #8151 failed with stages
in 13 minutes and 54 seconds
......@@ -464,7 +464,7 @@ process getRefInfer {
rm -rf ${refName}/bed
mkdir ${refName}/bed
touch ${refName}/bed/temp
else
elif [ ${referenceBase} == "dev.gudmap.org" ]
mv bed ${refName}/
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