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

Double excape slash

parent b390a5e5
Branches
Tags
2 merge requests!68Develop,!67Resolve "Change Single Read to Single End for submitted endness"
Pipeline #9120 passed with stages
in 4 hours, 11 minutes, and 2 seconds
......@@ -2217,7 +2217,7 @@ process uploadOutputBag {
loc=\$(deriva-hatrac-cli --host ${source} put ./\${file} /hatrac/resources/rnaseq/pipeline/output_bag/study/${studyRID}/replicate/${repRID}/\${file} --parents)
echo LOG: output bag uploaded - \${loc} >> ${repRID}.uploadOutputBag.log
# url-ify the location
loc=\${loc//\//%2F}
loc=\${loc//\\//%2F}
loc=\${loc//:/%3A}
loc=\${loc// /@20}
......
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