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

Fix dedup qc output

parent 1f7e1dc9
3 merge requests!37v0.0.1,!24Develop,!23Resolve "process_RSeQC"
Pipeline #6259 failed with stages
in 19 minutes and 25 seconds
......@@ -350,7 +350,7 @@ process dedupData {
output:
tuple val ("${repRID}"), path ("${repRID}.sorted.deduped.bam"), path ("${repRID}.sorted.deduped.bam.bai") into dedupBam
path ("*.deduped.Metrics.txt") into alignQC
path ("*.deduped.Metrics.txt") into dedupQC
path ("${repRID}.dedup.out")
path ("${repRID}.dedup.err")
......
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