diff --git a/protected/gatk-tools-protected/src/main/java/org/broadinstitute/gatk/tools/walkers/variantrecalibration/VariantRecalibratorArgumentCollection.java b/protected/gatk-tools-protected/src/main/java/org/broadinstitute/gatk/tools/walkers/variantrecalibration/VariantRecalibratorArgumentCollection.java index 01970d9d0..e2c8b226e 100644 --- a/protected/gatk-tools-protected/src/main/java/org/broadinstitute/gatk/tools/walkers/variantrecalibration/VariantRecalibratorArgumentCollection.java +++ b/protected/gatk-tools-protected/src/main/java/org/broadinstitute/gatk/tools/walkers/variantrecalibration/VariantRecalibratorArgumentCollection.java @@ -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. diff --git a/protected/gatk-tools-protected/src/main/resources/org.broadinstitute.gatk/tools.walkers/variantrecalibration/plot_Tranches.R b/protected/gatk-tools-protected/src/main/resources/org/broadinstitute/gatk/tools/walkers/variantrecalibration/plot_Tranches.R similarity index 100% rename from protected/gatk-tools-protected/src/main/resources/org.broadinstitute.gatk/tools.walkers/variantrecalibration/plot_Tranches.R rename to protected/gatk-tools-protected/src/main/resources/org/broadinstitute/gatk/tools/walkers/variantrecalibration/plot_Tranches.R