Difference between revisions of "Cufflinks"

From UFRC
Jump to navigation Jump to search
m (Text replace - "<!--Location--> {{App_Location|app={{#var:app}}|{{#var:ver}}}}" to "")
m (Text replace - "==Running the application using modules==" to "==Execution Environment and Modules==")
Line 44: Line 44:
 
* 2.0.2 - default.
 
* 2.0.2 - default.
 
<!-- -->
 
<!-- -->
{{#if: {{#var: mod}}|==Running the application using modules==
+
{{#if: {{#var: mod}}|==Execution Environment and Modules==
 
{{App_Module|app={{#var:app}}|intel={{#var:intel}}|mpi={{#var:mpi}}}}|}}
 
{{App_Module|app={{#var:app}}|intel={{#var:intel}}|mpi={{#var:mpi}}}}|}}
 
* HPC_CUFFLINKS_BIN - executable directory
 
* HPC_CUFFLINKS_BIN - executable directory

Revision as of 02:02, 10 August 2012

Description

cufflinks website  

Cufflinks assembles transcripts, estimates their abundances, and tests for differential expression and regulation in RNA-Seq samples. It accepts aligned RNA-Seq reads and assembles the alignments into a parsimonious set of transcripts. Cufflinks then estimates the relative abundances of these transcripts based on how many reads support each one, taking into account biases in library preparation protocols.

Cufflinks is a part of the Tuxedo suite.

Available Versions

  • 1.0.3 - Legacy version.
  • 1.1.0 - This is the version used by Galaxy. Beware the file format change from 1.0.3.
  • 1.3.0
  • 2.0.0
  • 2.0.2 - default.

Execution Environment and Modules

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

Get module information for cufflinks:

$module spider cufflinks

Load the default application module:

$module load cufflinks

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

  • HPC_CUFFLINKS_DIR - directory where cufflinks is located.
  • HPC_CUFFLINKS_BIN - executable directory
  • HPC_CUFFLINKS_DOC - readme directory