Skip to content
Snippets Groups Projects
Commit 6c7c75a7 authored by bow's avatar bow
Browse files

Default to not using MarkDuplicates PG tag as it creates conflicts when merging BAM files

parent 36568da0
No related branches found
No related tags found
No related merge requests found
...@@ -87,6 +87,10 @@ class Gentrap(val root: Configurable) extends QScript with MultiSampleQScript wi ...@@ -87,6 +87,10 @@ class Gentrap(val root: Configurable) extends QScript with MultiSampleQScript wi
"novelsplicing" -> 1, "novelsplicing" -> 1,
"batch" -> 4, "batch" -> 4,
"format" -> "sam" "format" -> "sam"
),
// avoid conflicts when merging since the MarkDuplicate tags often cause merges to fail
"picard" -> Map (
"programrecordid" -> "null"
) )
), super.defaults) ), super.defaults)
......
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