DNA Somatic Tumor-Only ctDNA Amplicon
/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
# 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
# Amplicon
--enable-dna-amplicon true
--amplicon-target-bed $PATH
--enable-duplicate-marking false #default=false
# Small variant caller
--enable-variant-caller true
--vc-target-bed $VC_TARGET_BED #Optional. Auto-generated based on amplicon target bed.
--vc-systematic-noise $PATH #optional for SNV systematic noise.
--vc-target-vaf $NUM #Default = 0.001 (>= 0.1% VAF)
# SV
--enable-sv true
# CNV
--enable-cnv true
--cnv-combined-counts $PATH #CNV PON. Required for amplicon CNV calling on CASE samples.
--cnv-target-bed $PATH #Optional. Auto-generated based on amplicon target bed.
--cnv-filter-qual $NUM #CNV filter quality. Adjust CNV filter quality thresholds according to the user’s validation study.
# Annotation
--variant-annotation-data $NIRVANA_PATH
--vc-enable-germline-tagging true
# Microsatellite Instability (MSI)
--enable-msi true
--msi-microsatellites-file $PATH
--msi-ref-normal-input $PATH #required
--amplicon-enable-msi true Notes and additional options
Pillar Amplicon Specific Settings
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
SV
Option
Description
Resource Files
SNV Systematic Noise
Prebuilt
Custom
SV Systematic Noise
Custom
CNV Panel of Normals (PON)
MSI baseline file (PON)
Last updated
Was this helpful?
