Illumina TruPath Genome WGS
/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'
--fastq-list-sample-id $STRING
# Illumina TruPath Genome
--enable-proximity true
# 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 true #default=true
# Small variant caller
--enable-variant-caller true
--vc-phasing-min-fragments 0
# SV
--enable-sv true
# CNV
--enable-cnv true
--cnv-enable-self-normalization true
# Targeted caller
--enable-targeted true
# Short tandem repeats
--repeat-genotype-enable true
# Multi-Region Joint Detection (MRJD)
--enable-mrjd true Notes and additional options
Hashtable
Input options
Last updated
Was this helpful?
