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

Disabled intermediate markduplicates

parent 0efd4ded
No related branches found
No related tags found
No related merge requests found
......@@ -262,7 +262,7 @@ trait ShivaTrait extends MultiSampleQScript with Reference {
md.input = input
md.output = new File(sampleDir, sampleId + ".dedup.bam")
md.outputMetrics = new File(sampleDir, sampleId + ".dedup.metrics")
md.isIntermediate = isIntermediate
//md.isIntermediate = isIntermediate
add(md)
addSummarizable(md, "mark_duplicates")
Some(md.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