deweylab / RSEM

RSEM: accurate quantification of gene and isoform expression from RNA-Seq data
http://deweylab.biostat.wisc.edu/rsem/
GNU General Public License v3.0
403 stars 118 forks source link

genomeSAsparseD option for RSEM Star? #202

Open Leelab-623 opened 11 months ago

Leelab-623 commented 11 months ago

Hi! My current pipeline involves STAR alignment to generate BAM files, then move to RSEM for quantification. However this pipeline is quite slow when RSEM reads the BAM file. I wanted to use the STAR packaged in RSEM, but due to the RAM limitation, I could not run RSEM without the --genomeSAsparseD 2 option. I wonder if there's any workaround with this issue? Thanks!