DNA Germline WES UMI
/opt/dragen/$VERSION/bin/dragen #DRAGEN install path
--ref-dir $REF_DIR #path to DRAGEN graph hashtable
--output-directory $OUTPUT
--intermediate-results-dir $PATH #e.g. SDD /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
# UMI
--umi-enable true
--umi-source STRING #Default='qname'
--umi-library-type STRING #e.g. random-duplex
--umi-metrics-interval-file $BED
--remove-duplicates false
--umi-min-supporting-reads 1 #Default=2
# Small variant caller
--enable-variant-caller true
--vc-target-bed $VC_TARGET_BED
# Annotation
--variant-annotation-data PATH
--variant-annotation-assembly GRCh37/8
--enable-variant-annotation true
# SV
--enable-sv true
--sv-exome true
--sv-call-regions-bed $SV_TARGET_BED
# CNV
--enable-cnv true
--cnv-target-bed $PATH
--cnv-combined-counts $PATH #CNV PON
# HLA genotyper
--enable-hla true
--hla-enable-class-2 true #optional if assay covers class II HLA regions
# Targeted caller (only if exome panel includes spike-in for DRAGEN Targeted Calling)
--enable-targeted true #Targeted Notes and additional options
Hashtable
Input options
Mapping and Aligning
Option
Description
UMI
Option
Description
SNV
Option
Description
Annotation
HLA
Option
Description
CNV
Option
Description
CNV Panel of Normals (PON)
Targeted Caller
Last updated
Was this helpful?
