Difference between revisions of "Trinity"
Moskalenko (talk | contribs) |
Moskalenko (talk | contribs) |
||
Line 20: | Line 20: | ||
<!--Choose sections to enable - OPTIONAL--> | <!--Choose sections to enable - OPTIONAL--> | ||
|{{#vardefine:mod|1}} <!--Present instructions for running the software with modules --> | |{{#vardefine:mod|1}} <!--Present instructions for running the software with modules --> | ||
− | |{{#vardefine:exe|}} <!--Present manual instructions for running the software | + | |{{#vardefine:exe|1}} <!--Present manual instructions for running the software --> |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
|} | |} | ||
<!-- ######## Template Body ######## --> | <!-- ######## Template Body ######## --> | ||
Line 36: | Line 30: | ||
{{App_Location|app={{#var:app}}|{{#var:ver}}}} | {{App_Location|app={{#var:app}}|{{#var:ver}}}} | ||
<!-- --> | <!-- --> | ||
− | {{#if: {{#var: mod}}|== | + | {{#if: {{#var: mod}}|==Using application with environment modules system== |
{{App_Module|app={{#var:app}}|intel={{#var:intel}}|mpi={{#var:mpi}}}}|}} | {{App_Module|app={{#var:app}}|intel={{#var:intel}}|mpi={{#var:mpi}}}}|}} | ||
− | {{#if: {{#var: exe}}|== | + | {{#if: {{#var: exe}}|==How To Run== |
− | + | To run Trinity after you load the module use the "Trinity.pl" perl script, or run_Trinity.sh shell script, which is particularly useful if the optional ALLPATHS-LG software is enabled. | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
|}} | |}} | ||
==Installation== | ==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. | 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:45, 14 October 2011
Description
{{{name}}} website
Trinity contains three applications - Inchworm, Chrysalis, and Butterfly.
Template:App Location
Using application with environment modules system
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.
How To Run
To run Trinity after you load the module use the "Trinity.pl" perl script, or run_Trinity.sh shell script, which is particularly useful if the optional ALLPATHS-LG software is enabled.
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.