DNA Germline WGS UMI
/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
# UMI
--umi-enable true
--umi-source STRING #Default='qname'
--umi-library-type STRING #e.g. random-duplex
--umi-min-supporting-reads 1 #Default=2
# Small variant caller
--enable-variant-caller true
# Annotation
--variant-annotation-data PATH
--enable-variant-annotation true
# SV
--enable-sv true
# CNV
--enable-cnv true
--cnv-population-b-allele-vcf $POP_VCF #optional to enable germline ASCN
--cnv-enable-self-normalization true
# HLA genotyper
--enable-hla true
# Targeted caller
--enable-targeted true
# Star allele
--enable-star-allele true
# PGX
--enable-pgx true #PGX
# Short tandem repeats
--repeat-genotype-enable true
# Multi-Region Joint Detection (MRJD)
--enable-mrjd true
--mrjd-enable-high-sensitivity-mode true 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
# Multi-Region Joint Detection (MRJD)
Option
Description
Last updated
Was this helpful?