This is an old revision of the document!
Trinity assembles transcript sequences from Illumina RNA-Seq data.
module avail trinity
Notes from the sysadmin during installation:
$ cd ~/src $ wget https://github.com/trinityrnaseq/trinityrnaseq/archive/v2.0.3.tar.gz $ tar xf v2.0.3.tar.gz $ cd trinityrnaseq-2.0.3 $ sudo mkdir /export/apps/trinity/v2.0.3 $ sudo chown aorth /export/apps/trinity/v2.0.3 $ cp -r * /export/apps/trinity/v2.0.3 $ scl enable devtoolset-2 bash $ make $ make plugins $ sudo chown -R root:root /export/apps/trinity/v2.0.3