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

Fix inputBag local output

parent fb226a98
2 merge requests!58Develop,!56Resolve "Detect error in inferMetadata for tracking"
Pipeline #8844 passed with stages
in 2 minutes and 37 seconds
......@@ -159,7 +159,7 @@ Development : ${params.dev}
*/
process getBag {
tag "${repRID}"
publishDir "${outDir}/inputBag", mode: 'copy', pattern: "Replicate_*.zip"
publishDir "${outDir}/inputBag", mode: 'copy', pattern: "*_inputBag_*.zip"
input:
path credential, stageAs: "credential.json" from deriva_getBag
......
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