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

Fix species error variable

parent 6269b5af
Branches
Tags
2 merge requests!58Develop,!56Resolve "Detect error in inferMetadata for tracking"
Pipeline #8849 failed with stages
in 2 minutes and 40 seconds
......@@ -937,11 +937,11 @@ speciesInfer.into {
}
// Split species count error into separate channel
speciesCountError = Channel.create()
speciesCountError_details = Channel.create()
speciesError = Channel.create()
speciesError_details = Channel.create()
speciesError_fl.splitCsv(sep: ",", header: false).separate(
speciesCountError,
speciesCountError_details
speciesError,
speciesError_details
)
// Replicate errors for multiple process inputs
......
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