Difference between revisions of "Trinity"

From UFRC
Jump to navigation Jump to search
Line 1: Line 1:
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 installed "in-tree".  To install, just download Trinity from their website, untar it, and type 'make'.
 
 
===Testing===
 
 
There are two tests which come with Trinity:
 
 
<pre>
 
/apps/trinity/r20110519/sample_data/runMe.sh
 
/apps/trinity/r20110519/Butterfly/src/runExample.sh
 
</pre>
 
 
The former tests the whole flow, and the latter tests Butterfly only.
 
 
 
__NOTOC__
 
__NOTOC__
 
__NOEDITSECTION__
 
__NOEDITSECTION__
Line 31: Line 13:
 
{|
 
{|
 
<!--Main settings - REQUIRED-->
 
<!--Main settings - REQUIRED-->
|{{#vardefine:app|test}}
+
|{{#vardefine:app|trinity}}
|{{#vardefine:url|http://sourceforge.net}}
+
|{{#vardefine:url|http://trinityrnaseq.sourceforge.net/}}
 
<!--Compiler and MPI settings - OPTIONAL -->
 
<!--Compiler and MPI settings - OPTIONAL -->
 
|{{#vardefine:intel|}} <!-- E.g. "11.1" -->
 
|{{#vardefine:intel|}} <!-- E.g. "11.1" -->
Line 50: Line 32:
 
{{#if: {{#var: url}}|
 
{{#if: {{#var: url}}|
 
{{App_Description|app={{#var:app}}|url={{#var:url}}}}|}}
 
{{App_Description|app={{#var:app}}|url={{#var:url}}}}|}}
PASTE OR ENTER EXTENDED DESCRIPTION HERE OR REMOVE THIS LINE
+
Trinity contains three applications - Inchworm, Chrysalis, and Butterfly.
[PASTE A LINK TO UPSTREAM DOCS OR REMOVE THIS LINE Upstream documentation] for {{#var:app}}.
 
 
<!--Location-->
 
<!--Location-->
 
{{App_Location|app={{#var:app}}|{{#var:ver}}}}
 
{{App_Location|app={{#var:app}}|{{#var:ver}}}}
ADD EXECUTABLE AND LIBRARY LOCATION DETAILS FOR INSTALLED VERSIONS OR REMOVE THIS MESSAGE
 
 
<!-- -->
 
<!-- -->
 
{{#if: {{#var: mod}}|==Running the application using modules==
 
{{#if: {{#var: mod}}|==Running the application using modules==
Line 74: Line 54:
 
WRITE CITATION HERE
 
WRITE CITATION HERE
 
|}}
 
|}}
 +
==Installation==
 +
Trinity is meant to be installed "in-tree".  To install, just download Trinity, open the archive, and type 'make'. Optional software ALLPATHS-LG - a WGS (Whole Genome Shotgun) assembler can be used with trinity if available and the ALLPATHSLG_BASEDIR environment variable is set. Currently, we do not provide ALLPATHS-LG at the UF HPC.

Revision as of 16:26, 14 October 2011

Description

{{{name}}} website  
Trinity contains three applications - Inchworm, Chrysalis, and Butterfly. Template:App Location

Running the application using modules

To use trinity with the environment modules system at HPC the following commands are available:

Get module information for trinity:

$module spider trinity

Load the default application module:

$module load trinity

The modulefile for this software adds the directory with executable files to the shell execution PATH and sets the following environment variables:

  • HPC_TRINITY_DIR - directory where trinity is located.




Installation

Trinity is meant to be installed "in-tree". To install, just download Trinity, open the archive, and type 'make'. Optional software ALLPATHS-LG - a WGS (Whole Genome Shotgun) assembler can be used with trinity if available and the ALLPATHSLG_BASEDIR environment variable is set. Currently, we do not provide ALLPATHS-LG at the UF HPC.