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

Fix carindal rule.

parent 89fcee94
Branches
Tags
No related merge requests found
......@@ -156,7 +156,7 @@ process filterReads {
set sampleId, file('*.bam'), file('*.bai'), experimentId, biosample, factor, treatment, replicate into dedupReads
set sampleId, file('*.bam'), file('*.bai'), experimentId, biosample, factor, treatment, replicate into tssEnrich
set sampleId, file('*.bam'), experimentId, biosample, factor, treatment, replicate into convertReads
set sampleId, file('*.bam'), file('*.bai'), experimentId, biosample, factor, treatment, replicate into convertReads
file '*flagstat.qc' into dedupReadsStats
file '*pbc.qc' into dedupReadsComplexity
file '*dup.qc' into dupReads
......
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