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

add pedigree to GenotypeGVCF

parent f377d14e
No related branches found
No related tags found
No related merge requests found
......@@ -785,6 +785,7 @@ task GenotypeGVCFs {
Array[String] annotationGroups = ["StandardAnnotation"]
File? dbsnpVCF
File? dbsnpVCFIndex
File? pedigree
String memory = "18G"
String javaXmx = "6G"
......@@ -799,6 +800,7 @@ task GenotypeGVCFs {
-R ~{referenceFasta} \
-O ~{outputPath} \
~{"-D " + dbsnpVCF} \
~{"--pedigree " + pedigree} \
~{true="-G" false="" length(annotationGroups) > 0} ~{sep=" -G " annotationGroups} \
--only-output-calls-starting-in-intervals \
-V ~{gvcfFile} \
......
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