5 Base DNA Germline Panel
/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 true #default=true
# 5-Base
--methylation-conversion illumina
--methylation-generate-cytosine-report true
--methylation-compress-cx-report true
# Small variant caller
--enable-variant-caller true
--vc-target-bed $VC_TARGET_BED
# Annotation
--variant-annotation-data PATH
--enable-variant-annotation true Notes and additional options
Hashtable
Input options
Mapping and Aligning
Option
Description
Duplicate Marking
Option
Description
5-Base Methylation
Option
Description
SNV
Option
Description
Annotation
Last updated
Was this helpful?