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

Fix fastq force

parent 09eb019e
Branches
Tags
2 merge requests!58Develop,!56Resolve "Detect error in inferMetadata for tracking"
Pipeline #8895 failed with stages
in 8 minutes and 37 seconds
......@@ -268,7 +268,8 @@ if (fastqsForce != "") {
Channel
.fromPath(fastqsForce)
.ifEmpty { exit 1, "override inputBag file not found: ${fastqsForce}" }
.collect().set {
.collect().into {
fastqs_parseMetadata
fastqs_trimData
}
} else {
......
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