RSEM is a software package for estimating gene and isoform expression levels from RNA-Seq data.
Show all available versions:
$ module avail RSEM
Load one version into your environment:
$ module load RSEM/1.3.1
Notes from the sysadmin during installation:
$ cd /tmp $ wget https://github.com/deweylab/RSEM/archive/v1.3.1.tar.gz $ tar xf v1.3.1.tar.gz $ cd RSEM-1.3.1 $ sudo yum install gcc-c++ $ make $ sudo mkdir -p /export/apps/RSEM/1.3.1 $ sudo chown aorth /export/apps/RSEM/1.3.1 $ make prefix=/export/apps/RSEM/1.3.1 install $ sudo chown -R root:root /export/apps/RSEM/1.3.1