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

add parameter_meta

parent f23b631b
No related branches found
No related tags found
No related merge requests found
......@@ -960,6 +960,8 @@ task HaplotypeCaller {
contamination: {description: "Equivalent to HaplotypeCaller's `-contamination` option.", category: "advanced"}
outputMode: {description: "Specifies which type of calls we should output. Same as HaplotypeCaller's `--output-mode` option.",
category: "advanced"}
emitRefConfidence: {description: "Whether to include reference calls. Three modes: 'NONE', 'BP_RESOLUTION' and 'GVCF'",
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