Skip to content
Snippets Groups Projects
Commit ff2a5c18 authored by Peter van 't Hof's avatar Peter van 't Hof
Browse files

Remove name from flagstat, flagstat is not stranded anyway

parent be26e171
No related branches found
No related tags found
No related merge requests found
...@@ -81,7 +81,7 @@ class BiosBaseCounts(val root: Configurable) extends QScript with Measurement wi ...@@ -81,7 +81,7 @@ class BiosBaseCounts(val root: Configurable) extends QScript with Measurement wi
samtoolsView.input = bamFile samtoolsView.input = bamFile
samtoolsView.L = Some(annotationBed) samtoolsView.L = Some(annotationBed)
val samtoolsFlagstat = new SamtoolsFlagstat(this) val samtoolsFlagstat = new SamtoolsFlagstat(this)
samtoolsFlagstat.output = new File(outputDir, s"$sampleName.$name.exon.flagstats") samtoolsFlagstat.output = new File(outputDir, s"$sampleName.exon.flagstat")
add(samtoolsView | samtoolsFlagstat) add(samtoolsView | samtoolsFlagstat)
(geneAggr.output, exonAggr.output) (geneAggr.output, exonAggr.output)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment