Skip to content

Commit d3580a4

Browse files
Apply suggestions from code review
Co-authored-by: Harshil Patel <[email protected]>
1 parent dae2899 commit d3580a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ If you would like to reduce the number of reads used in the analysis, for exampl
117117
## Alignment options
118118

119119
:::note
120-
Not currently available using ARM architecture ('-profile arm')
120+
The `--aligner hisat2` option is not currently supported using ARM architecture ('-profile arm')
121121
:::
122122

123123
By default, the pipeline uses [STAR](https://github.com/alexdobin/STAR) (i.e. `--aligner star_salmon`) to map the raw FastQ reads to the reference genome, project the alignments onto the transcriptome and to perform the downstream BAM-level quantification with [Salmon](https://salmon.readthedocs.io/en/latest/salmon.html). STAR is fast but requires a lot of memory to run, typically around 38GB for the Human GRCh37 reference genome. Since the [RSEM](https://github.com/deweylab/RSEM) (i.e. `--aligner star_rsem`) workflow in the pipeline also uses STAR you should use the [HISAT2](https://ccb.jhu.edu/software/hisat2/index.shtml) aligner (i.e. `--aligner hisat2`) if you have memory limitations.

0 commit comments

Comments
 (0)