Skip to content
Snippets Groups Projects
Commit c41e1217 authored by Venkat Malladi's avatar Venkat Malladi
Browse files

Fix outputs.

parent d7b9a6ba
Branches
Tags
1 merge request!6Resolve "Bam Stats and Filter"
......@@ -143,9 +143,10 @@ process filterReads {
output:
set sampleId, file('*.bam'), biosample, factor, treatment, replicate, controlId into dedupReads
set sampleId, file('*.bam'), file('*.bai'), biosample, factor, treatment, replicate, controlId into dedupReads
file '*flagstat.qc' into dedupReadsStats
file '*pbc.qc' into dedupReadsComplexity
file '*dup.qc' into dupReads
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