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

Merge branch 'develop' into 'master'

Fix fail pre ex run dependency on infferd meta

See merge request !86
parents 197e33df a35b8fe2
Branches
Tags
1 merge request!86Fix fail pre ex run dependency on infferd meta
Pipeline #9923 passed with stages
in 38 seconds
...@@ -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