DNA Germline WES
/opt/dragen/$VERSION/bin/dragen #DRAGEN install path
--ref-dir $REF_DIR #path to DRAGEN pangenome hashtable
--output-directory $OUTPUT
--intermediate-results-dir $PATH #e.g. SSD /staging
--output-file-prefix $PREFIX
# Inputs
--fastq-list $PATH #see 'Input Options' for FQ, BAM or CRAM
--fastq-list-sample-id $STRING
# Mapper
--enable-map-align true #optional with BAM/CRAM input
--enable-map-align-output true #optionally save the output BAM
--enable-sort true #default=true
--enable-duplicate-marking true #default=true
# Small variant caller
--enable-variant-caller true
--vc-target-bed $VC_TARGET_BED
# Annotation
--variant-annotation-data $NIRVANA_PATH
--enable-variant-annotation true
# SV
--enable-sv true
--sv-exome true
--sv-target-bed $SV_TARGET_BED
# CNV
--enable-cnv true
--cnv-population-b-allele-vcf $POP_VCF #needed for AOH detection
--cnv-target-bed $PATH
--cnv-combined-counts $PATH #CNV PON. See 'In-run PON' section below.
# HLA genotyper
--enable-hla true
--hla-exome true #Set HLA output to 3 field resolution (coding sequence only)
# Targeted caller (only if using the Illumina CS/PGx Custom Enrichment Research Panel)
--enable-targeted true
--targeted-pon $PATH #Targeted PON. See 'In-run PON' section below.
--targeted-systematic-noise $PATH #Targeted systematic noise file Notes and additional options
Hashtable
Input options
Mapping and Aligning
Option
Description
Duplicate Marking
Option
Description
SNV
Option
Description
Annotation
HLA
Option
Description
CNV
Option
Description
In-run PON
Targeted Caller
Last updated
Was this helpful?
