Fixed fragment handling in DepthOfCoverage
This commit is contained in:
parent
06261b58c2
commit
a8c7edca05
|
|
@ -45,12 +45,7 @@ class xhmmCNVpipeline extends QScript {
|
|||
|
||||
@Hidden
|
||||
@Argument(doc = "How should overlapping reads from the same fragment be handled?", shortName = "countType", required = false)
|
||||
// TODO: change this to be the default once reads can be ordered properly for FragmentUtils.create():
|
||||
//
|
||||
// Don't want to double-count (but also don't mind counting base-inconsistencies in overlap):
|
||||
//var countType = CoverageUtils.CountPileupType.COUNT_FRAGMENTS
|
||||
//
|
||||
var countType = CoverageUtils.CountPileupType.COUNT_READS
|
||||
var countType = CoverageUtils.CountPileupType.COUNT_FRAGMENTS
|
||||
|
||||
@Argument(doc = "Maximum depth (before GATK down-sampling kicks in...)", shortName = "MAX_DEPTH", required = false)
|
||||
var MAX_DEPTH = 20000
|
||||
|
|
|
|||
Loading…
Reference in New Issue