Difference between revisions of "Trinity"
Jump to navigation
Jump to search
(Created page with "==Trinity== Trinity is an application for de novo reconstruction of transcriptomes from RNA-Seq data. Its home page is at http://trinityrnaseq.sourceforge.net/. ===Installati…") |
|||
Line 1: | Line 1: | ||
− | |||
− | |||
Trinity is an application for de novo reconstruction of transcriptomes from RNA-Seq data. Its home page is at | Trinity is an application for de novo reconstruction of transcriptomes from RNA-Seq data. Its home page is at | ||
http://trinityrnaseq.sourceforge.net/. | http://trinityrnaseq.sourceforge.net/. |
Revision as of 16:54, 7 June 2011
Trinity is an application for de novo reconstruction of transcriptomes from RNA-Seq data. Its home page is at http://trinityrnaseq.sourceforge.net/.
Installation
Trinity contains three applications - Inchworm, Chrysalis, and Butterfly. They are meant to be install in-place. To install, just download Trinity from their website, untar it, and type 'make'.
Testing
There are two tests which come with Trinity:
/apps/trinity/r20110519/sample_data/runMe.sh /apps/trinity/r20110519/Butterfly/src/runExample.sh
The former tests the whole flow, and the latter tests Butterfly only.