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

Fix zip name

parent ded9c3a1
Branches
Tags
2 merge requests!76Develop,!70Dnanexus
Pipeline #9234 failed with stages
in 2 minutes and 2 seconds
......@@ -211,7 +211,7 @@ process getBag {
deriva-download-cli ${source} --catalog 2 ${replicateExportConfig} . rid=${repRID}
echo -e "LOG: fetched" >> ${repRID}.getBag.log
name=${repRID}_inputBag.zip
name=${repRID}_inputBag
yr=\$(date +'%Y')
mn=\$(date +'%m')
dy=\$(date +'%d')
......
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