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

Try to fix fastq count with fastq override

parent 46772889
Branches
Tags
2 merge requests!76Develop,!71Seqwho
Pipeline #9334 canceled with stages
in 6 minutes and 55 seconds
......@@ -302,9 +302,11 @@ if (fastqsForce != "") {
fastqs_parseMetadata
fastqs_fastqc
}
fastqsForce.count().into {
Channel
.fromPath(fastqsForce)
.count().into {
fastqCount
}
}
} else {
fastqs.collect().into {
fastqs_seqwho
......
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