diff --git a/gatk.wdl b/gatk.wdl index 6c28ab6814165fa7542c87ed06215c67be39fd52..586c25d09edfde9cb6efa6387c445fb8b37753e9 100644 --- a/gatk.wdl +++ b/gatk.wdl @@ -966,6 +966,8 @@ task HaplotypeCaller { category: "advanced"} emitRefConfidence: {description: "Whether to include reference calls. Three modes: 'NONE', 'BP_RESOLUTION' and 'GVCF'", category: "advanced"} + dontUseSoftClippedBases: {description: "Do not use soft-clipped bases. Should be 'true' for RNA variant calling.", category: "common"} + standardMinConfidenceThresholdForCalling: {description: "Confidence threshold used for calling variants.", category: "advanced"} dbsnpVCF: {description: "A dbSNP VCF.", category: "common"} dbsnpVCFIndex: {description: "The index for the dbSNP VCF.", category: "common"} pedigree: {description: "Pedigree file for determining the population \"founders\"", category: "common"}