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
409 stars 118 forks source link

rsem-calculate-expression working just with sudo in front #182

Closed mavino closed 2 years ago

mavino commented 2 years ago

Hi, I have installed RSEM as in your section Compilation & Installation. Every RSEM module works just fine. Just rsem-calculate-expression does not work. It gives me the error

rsem-calculate-expression
bash: /usr/bin/rsem-calculate-expression: No such file or directory

However if I put sudo in front, this module works fine.

All the rsem modules are correctly found in /usr/local/bin. Thank you very much.

mavino commented 2 years ago

OK I just restarted the computer and everything works fine now