====== RSeQC ====== RSeQC: An RNA-seq Quality Control Package. RSeQC package provides a number of useful modules that can comprehensively evaluate high throughput sequence data especially RNA-seq data. ===== Information ===== * Latest Version: 2.6.4 * Added: February, 2017 * Link: http://rseqc.sourceforge.net/ ===== Usage ===== See versions of RSeQC which are available: $ module avail rseqc ===== Installation ====== Notes from the sysadmin during installation: $ cd /tmp $ wget -qO- "https://downloads.sourceforge.net/project/rseqc/RSeQC-2.6.4.tar.gz?r=http%3A%2F%2Frseqc.sourceforge.net%2F&ts=1486288208&use_mirror=excellmedia" | tar xvz $ cd RSeQC-2.6.4/ $ sudo mkdir -p /export/apps/rseqc/2.6.4 $ sudo chown -R joguya:joguya /export/apps/rseqc/2.6.4 $ module load python/2.7.8 $ python setup.py build $ python setup.py install --prefix=/export/apps/rseqc/2.6.4 $ PYTHONPATH=/export/apps/rseqc/2.6.4/lib/python2.7/site-packages python setup.py install --prefix=/export/apps/rseqc/2.6.4 $ sudo chown -R root:root /export/apps/rseqc/2.6.4