DNA Amplicon
DRAGEN Standard DNA Amplicon settings
/opt/dragen/$VERSION/bin/dragen #DRAGEN install path
--ref-dir $REF_DIR #path to DRAGEN linear hashtable
--output-directory $OUTPUT
--intermediate-results-dir $PATH #e.g. SSD /staging
--output-file-prefix $PREFIX
# Inputs
--tumor-fastq-list $PATH #see 'Input Options' for FQ, BAM or CRAM
--tumor-fastq-list-sample-id $STRING
--fastq-list $PATH #see 'Input Options' for FQ, BAM or CRAM
--fastq-list-sample-id $STRING
# DNA amplicon
--enable-dna-amplicon true
--amplicon-target-bed $PATH
# Mapper
--enable-map-align true #optional with BAM/CRAM input
--enable-map-align-output true #optionally save the output BAM
# Small variant caller
--enable-variant-caller true
--vc-target-bed $VC_TARGET_BED
--vc-systematic-noise $PATH #optional for SNV systematic noise
--vc-target-vaf 0.03 #Default = 0.03 (>= 3% VAF) except for ctDNA (which is 0.1%)
# SV
--enable-sv true
--sv-systematic-noise $PATH #optional for SV systematic noise
# CNV
--enable-cnv true
--cnv-combined-counts $PATH #CNV PON
# Annotation
--enable-variant-annotation true
--variant-annotation-data PATH
# Microsatellite Instability (MSI) #optional for panels that support MSI
--amplicon-enable-msi=true
--msi-microsatellites-file $PATH #MSI site file
--msi-ref-normal-input $PATH #MSI PON fileDRAGEN Amplicon Pillar Panel Specific Settings
Notes and additional options
Hashtable
Input options
Mapping and Aligning
Option
Description
Amplicon post-alignment processing
Option
Description
Duplicate Marking
Option
Description
SNV
Option
Description
CNV
Option
Description
Annotation
MSI
Option
Description and recommended setting
SV
Option
Description
SNV Systematic Noise
Custom
SV Systematic Noise
Custom
CNV Panel of Normals (PON)
Last updated
Was this helpful?