Skip to content
Snippets Groups Projects
Commit a35b8fe2 authored by Gervaise Henry's avatar Gervaise Henry 🤠
Browse files

Fix fail pre ex run dependency on infferd meta

parent f9f3d1ea
1 merge request!86Fix fail pre ex run dependency on infferd meta
Pipeline #9805 passed with stages
in 4 minutes and 12 seconds
This commit is part of merge request !86. Comments created here will be created in the context of that merge request.
...@@ -942,6 +942,7 @@ process seqwho { ...@@ -942,6 +942,7 @@ process seqwho {
// Extract infered sepecies metadata into channel and replicate them for multiple process inputs // Extract infered sepecies metadata into channel and replicate them for multiple process inputs
speciesInfer = Channel.create() speciesInfer = Channel.create()
speciesInfer_failPreExecutionRun = Channel.create()
inferSpecies_fl.splitCsv(sep: ",", header: false).separate( inferSpecies_fl.splitCsv(sep: ",", header: false).separate(
speciesInfer speciesInfer
) )
......
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