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

Use predicted name of inputBag zip instead of using ls

parent 24e74af8
Branches
Tags
2 merge requests!76Develop,!70Dnanexus
Pipeline #9233 failed with stages
in 2 minutes and 2 seconds
......@@ -211,8 +211,7 @@ process getBag {
deriva-download-cli ${source} --catalog 2 ${replicateExportConfig} . rid=${repRID}
echo -e "LOG: fetched" >> ${repRID}.getBag.log
name=\$(ls *.zip)
name=\$(basename \${name} | cut -d "." -f1)
name=${repRID}_inputBag.zip
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