You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Renamed to `SRJointGenotypingPopulationScale`
- Fixed inputs to include genomicsdb map file for contig -> instance
maps.
- Renamed published workflow to reflect new name.
description: "A workflow that performs joint calling on single-sample gVCFs from GATK4 HaplotypeCaller using GenomicsDB."
14
+
description: "A workflow that performs joint calling on single-sample gVCFs from GATK4 HaplotypeCaller using GenomicsDB. This Workflow relies on previously constructed genomicsDB instances to provide population-scale context for joint calling. NOTE: Currently assumes the interval list consists of only whole contigs."
15
15
}
16
16
parameter_meta {
17
17
gvcfs: "Array of GVCF files to use as inputs for joint calling."
18
18
gvcf_indices: "Array of gvcf index files for `gvcfs`. Order should correspond to that in `gvcfs`."
genomicsdb_tar_contig_map_file: "File containing a map of contigs to GenomicsDB tar files. This file is used to determine which GenomicsDB tar file to use for each contig."
20
21
21
22
heterozygosity: "Joint Genotyping Parameter - Heterozygosity value used to compute prior likelihoods for any locus. See the GATKDocs for full details on the meaning of this population genetics concept"
22
23
heterozygosity_stdev: "Joint Genotyping Parameter - Standard deviation of heterozygosity for SNP and indel calling."
0 commit comments