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

Move bed only on non ERCC

parent 778044bc
Branches
Tags
2 merge requests!58Develop,!45Resolve "Move references to GUDMAP/RBK"
Pipeline #8140 passed with stages
in 2 minutes and 57 seconds
......@@ -454,7 +454,6 @@ process getRefInfer {
deriva-hatrac-cli --host ${referenceBase} get \${refURL}
unzip \$(basename \${refURL})
mv \${fName}/* .
mv bed ${refName}/
fi
echo -e "LOG: fetched" >> ${repRID}.${refName}.getRefInfer.log
......@@ -465,6 +464,8 @@ process getRefInfer {
rm -rf ${refName}/bed
mkdir ${refName}/bed
touch ${refName}/bed/temp
else
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