Merge pull request #1140 from broadinstitute/bh_ROC_NA12878

Logit transform to MQ + jitter MQ capped improves VQSR
This commit is contained in:
Bertrand 2015-08-20 18:01:46 -04:00
commit 3f5a5c0a11
2 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ public class VariantRecalibratorArgumentCollection {
"to make the blob more Gaussian-like and (2) The transformed MQ=X are jittered to break the peak into a narrow Gaussian." +
"Beware that IndelRealigner, if used, adds 10 to MQ for successfully realigned indels." +
"We recommend to use --read-filter ReassignOriginalMQAfterIndelRealignment with HaplotypeCaller, but if not, use a MQCap=max+10 to take that into account." +
"If this option is not used, or if MQCap is set to 0, MQ will not be transformed.")
"If this option is not used, or if MQCap is set to 0, MQ will not be transformed.", required=false)
public int MQ_CAP = 0;
/**
* The following 2 arguments are hidden because they are only for testing different jitter amounts with and without logit transform.