Illumina scRNA
/opt/dragen/$VERSION/bin/dragen #DRAGEN install path
--ref-dir $REF_DIR #path to DRAGEN linear 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-rna true
--annotation-file $GTF #GTF or GFF3 format
--enable-map-align true #required for RNA/scRNA
--enable-map-align-output true #optionally save the output BAM
--enable-sort true #default=true
# Illumina Single Cell Prep
--scrna-enable-pipseq-mode true
--single-cell-threshold ratio #['fixed', 'ratio', inflection'] Notes and additional options
Hashtable
Input options
Mapping and Aligning
Option
Description
Illumina single-cell RNA Prep PIPseq options
Option
Description
Last updated
Was this helpful?