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

Use optional upload for output bag creation

parent 8ab63c95
Branches
Tags
3 merge requests!58Develop,!54Resolve "Add an option to not upload",!53Resolve "process_derivaUpload"
......@@ -1504,6 +1504,9 @@ process outputBag {
output:
path ("${repRID}_Output_Bag.zip") into outputBag
when:
upload
script:
"""
hostname > ${repRID}.outputBag.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