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

Try and fix error finalize execution run

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