The following DRAGEN recipes are specific for Illumina FFPE DNA Prep with Exome 2.5 Enrichment libraries. A general recipe for Somatic analysis of Tumor Normal samples with UMI is provided on .
The workflow is a multi-phase process. Before DRAGEN v4.4, the somatic UMI Tumor/Normal pipeline can only process pre-collapsed BAM files. To use this pipeline with raw FASTQ files, individually map/align & read collapse the tumor and normal samples. The resulting BAM files are then fed into the variant calling step.
Preprocessing required for UMI T/N Variant Calling
Run mapping and UMI collapsing on each of the samples:
/opt/dragen/$VERSION/bin/dragen #DRAGEN install path
--ref-dir $REF_DIR #path to DRAGEN linear hashtable
--output-directory $OUTPUT
--intermediate-results-dir /staging #tmp dir on fast SDD
--output-file-prefix $PREFIX
--fastq-list $PATH #see 'Input Options' below for FQ, BAM or CRAM
--fastq-list-sample-id $STRING
--enable-map-align true
--enable-map-align-output true #save the output BAM
--qc-coverage-ignore-overlaps true #do not double-count overlapping mates
--umi-enable true
--umi-library-type nonrandom-duplex
--umi-metrics-interval-file $VC_TARGET_BED #see Resource Files page
--umi-min-supporting-reads 1
--umi-start-mask-length 1
--umi-end-mask-length 3
Microsatellite Instability (MSI) and Homologous Recombination Deficiency (HRD) have also been evaluated for samples with the Illumina FFPE DNA Prep with Exome 2.5 Enrichment protocol. See Additional Information on determining these biomarkers.
Please see:
DRAGEN input sources include: fastq list, fastq, bam, or cram. For preprocessing, whether the sample is tumor or normal does not need to be distinguished (although it can be) because the output is simply a collapsed BAM file. .