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

Try and fix error finalize execution run

parent e5325a56
Branches
Tags
2 merge requests!58Develop,!56Resolve "Detect error in inferMetadata for tracking"
Pipeline #8783 passed with stages
in 8 minutes and 14 seconds
...@@ -1883,10 +1883,11 @@ process uploadOutputBag { ...@@ -1883,10 +1883,11 @@ process uploadOutputBag {
} }
// Extract output bag RID into channel // Extract output bag RID into channel
outputBagRID = Channel.of(false) outputBagRID = Channel.create()
outputBagRID_fl.splitCsv(sep: ",", header: false).separate( outputBagRID_fl.splitCsv(sep: ",", header: false).separate(
outputBagRID outputBagRID
) )
outputBagRID.ifEmpty(false)
/* /*
* finalizeExecutionRun: finalizes the execution run * finalizeExecutionRun: finalizes the execution run
......
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