GLNexus
JointCall
- description
- This pipeline joint-calls GVCFs with GLNexus (https://github.com/dnanexus-rnd/GLnexus). It also permits intervals to be specified so that joint calling only takes place on a subset of intervals (this can be useful for finding duplicate samples).
Inputs
Required
dict
(File, required): reference sequence dictionarygvcfs
(Array[File], required): gVCF files to perform joint calling upontbis
(Array[File], required): gVCF index files
Optional
bed
(File?): intervals to which joint calling should be restrictednum_cpus
(Int?): number of CPUs to useruntime_attr_override
(RuntimeAttr?): override default runtime attributesCall.runtime_attr_override
(RuntimeAttr?): override default runtime attributesConcatBCFs.runtime_attr_override
(RuntimeAttr?): override default runtime attributesGetRanges.runtime_attr_override
(RuntimeAttr?): override default runtime attributesShardVCFByRanges.runtime_attr_override
(RuntimeAttr?): override default runtime attributes
Defaults
config
(String, default="DeepVariantWGS"): configuration preset name or .yml filenamemax_cpus
(Int, default=64): maximum number of CPUs to allowmore_PL
(Boolean, default=false): include PL from reference bands and other cases omitted by defaultprefix
(String, default="out"): output prefix for joined-called BCF and GVCF filessqueeze
(Boolean, default=false): reduce pVCF size by suppressing detail in cells derived from reference bandstrim_uncalled_alleles
(Boolean, default=false): remove alleles with no output GT calls in postprocessingConcatBCFs.num_cpus
(Int, default=4): number of CPUs to use
Outputs
joint_gvcf
(File)joint_gvcf_tbi
(File)