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

Add fixme

parent 364b0d00
No related branches found
No related tags found
No related merge requests found
......@@ -262,6 +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")
//FIXME: making this file intermediate make the pipeline restart unnessery jobs
//md.isIntermediate = isIntermediate
add(md)
addSummarizable(md, "mark_duplicates")
......
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