DNA Germline Amplicon
/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 false #default=false
# Amplicon
--enable-dna-amplicon true
--amplicon-target-bed $PATH
# Small variant caller
--enable-variant-caller true
--vc-target-bed $VC_TARGET_BED #Optional. Auto-generated based on amplicon target bed.
# Annotation
--variant-annotation-data $NIRVANA_PATH
--enable-variant-annotation true
# 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. Notes and additional options
Hashtable
Input options
Mapping and Aligning
Option
Description
Duplicate Marking
Option
Description
SNV
Option
Description
Annotation
CNV
Option
Description
In-run PON
Last updated
Was this helpful?