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

make install error #185

Open eidamama opened 2 years ago

eidamama commented 2 years ago

I downloaded and unzipped RSEM-1.3.3.zip, copied the whole folder into linux server and cd into the dir, typed "make" and "make install" under root account. Both failed with error message: cd samtools-1.3 && ./configure --without-curses && make -f Makefile samtools /bin/sh: 1: ./configure: Permission denied make: *** [Makefile:60: samtools-1.3/samtools] Error 126

OS: Ubuntu 20.04.3 LTS (GNU/Linux 5.4.0-84-generic x86_64 samtools installed as module and loaded

Need help

gavinjzg commented 2 years ago

Do you solve the problem? i encount the same question.

rbadmi commented 1 year ago

Hi there,

I solved this issue by running sudo make install command, and not just make install. It seems like I am pretty late for you guys but I recently found out myself. I hope the others coming here find this helpful.

Best, Raghu