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

`rsem-run-ebseq` is not installed by `make install` #26

Closed wass80 closed 8 years ago

wass80 commented 8 years ago

Hello.

git clone https://github.com/deweylab/RSEM/ 
make && make ebseq && mkdir ../bin && make install DESTDIR=../bin

The commands related to EBSeq are not installed to ../bin. I want that make install installsrsem-run-ebseq .

Thanks.

bli25wisc commented 8 years ago

Hi @wass80 ,

Thanks for reporting this to us. Unfortunately, because EBSeq is installed via R, currently we do not support make install for EBSeq related scripts.

Hope it helps, Bo

wass80 commented 8 years ago

Thanks. I will use these scripts directly.