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

Fix pulled ref mv

parent af4b5d04
Branches
Tags
2 merge requests!58Develop,!45Resolve "Move references to GUDMAP/RBK"
Pipeline #8141 passed with stages
in 3 minutes and 52 seconds
......@@ -453,7 +453,7 @@ process getRefInfer {
filename=\$(echo \$(basename \${refURL}) | grep -oP '.*(?=:)')
deriva-hatrac-cli --host ${referenceBase} get \${refURL}
unzip \$(basename \${refURL})
mv \${fName}/* .
mv \${fName}/data/* .
fi
echo -e "LOG: fetched" >> ${repRID}.${refName}.getRefInfer.log
......
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