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

Update mkfastq outputs

parent 6564fa23
Branches
Tags
3 merge requests!59Develop,!58Develop,!5739 aws
Pipeline #5380 failed with stages
in 3 minutes and 59 seconds
......@@ -90,7 +90,8 @@ process mkfastq {
output:
file("**/outs/**/*.fastq.gz") into fastqPaths
file("**/outs/**/*.fastq.gz") into cellrangerCount
file("**/outs/fastq_path/Stats/Stats.json") into bqcPaths
file("**/outs/fastq_path/Stats/*") into bqcPaths
file("**/outs/fastq_path/Reports/*") into fqcPaths2
val "${bcl.baseName}" into bclName
script:
......
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