Skip to content
Snippets Groups Projects
Commit 6693dcfa authored by Ruben Vorderman's avatar Ruben Vorderman
Browse files

Add extra parameter_meta options for haplotypecaller

parent 73867fd5
No related branches found
No related tags found
No related merge requests found
......@@ -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"}
......
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