Skip to content

STAR alignment #85

Answered by adthrasher
dade7 asked this question in Q&A
Oct 19, 2021 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

We don't have official recommendations for STAR parameters. The St. Jude Cloud team describes an RNA-Seq alignment workflow (including STAR parameters) here: https://stjudecloud.github.io/rfcs/0001-rnaseq-workflow-v2.0.0.html.

STAR --readFilesIn $ALL_FASTQ_R1 $ALL_FASTQ_READ2 \ # FastQ files, separated by comma if there are multiple. The order of your R1 and R2 files has to match!
     --outSAMattrRGline $ALL_RG \                   # Read group lines in the same order as `readFilesIn` (derived from earlier `samtools split` step).
     --genomeDir $STARDB \                          # Directory containing the STAR genome
     --runThreadN $NCPU \                           # Number of thread…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@dade7
Comment options

Answer selected by adthrasher
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants