Difference between revisions of "Cufflinks"

From UFRC
Jump to navigation Jump to search
m (Text replace - "<!--Choose sections to enable - OPTIONAL--> |{{#vardefine:mod|1}} <!--Present instructions for running the software with modules -->" to "")
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
__NOEDITSECTION__
 
__NOEDITSECTION__
[[Category:Software]][[Category:Bioinformatics]][[Category:NGS]]
+
[[Category:Software]][[Category:Biology]][[Category:NGS]][[Category:Sequencing]]
 
+
{|<!--Main settings - REQUIRED-->
{|
 
<!--Main settings - REQUIRED-->
 
 
|{{#vardefine:app|cufflinks}}
 
|{{#vardefine:app|cufflinks}}
 
|{{#vardefine:url|http://cufflinks.cbcb.umd.edu/}}
 
|{{#vardefine:url|http://cufflinks.cbcb.umd.edu/}}
<!--Compiler and MPI settings - OPTIONAL -->
 
|{{#vardefine:intel|}} <!-- E.g. "11.1" -->
 
|{{#vardefine:mpi|}} <!-- E.g. "openmpi/1.3.4" -->
 
 
 
|{{#vardefine:exe|}} <!--Present manual instructions for running the software -->
 
|{{#vardefine:exe|}} <!--Present manual instructions for running the software -->
 
|{{#vardefine:conf|}} <!--Enable config wiki page link - {{#vardefine:conf|1}} = ON/conf|}} = OFF-->
 
|{{#vardefine:conf|}} <!--Enable config wiki page link - {{#vardefine:conf|1}} = ON/conf|}} = OFF-->
Line 19: Line 13:
 
|{{#vardefine:citation|}} <!--Enable Reference/Citation section -->
 
|{{#vardefine:citation|}} <!--Enable Reference/Citation section -->
 
|}
 
|}
<!-- ########  Template Body ######## -->
 
 
<!--Description-->
 
<!--Description-->
 
{{#if: {{#var: url}}|
 
{{#if: {{#var: url}}|
Line 27: Line 20:
  
 
Cufflinks is a part of the [[Tuxedo]] suite.
 
Cufflinks is a part of the [[Tuxedo]] suite.
 
+
<!--Modules-->
==Available Versions==
+
==Environment Modules==
* 1.0.3 - Legacy version.
+
Run <code>module spider {{#var:app}}</code> to find out what environment modules are available for this application.
* 1.1.0 - This is the version used by Galaxy. Beware the file format change from 1.0.3.
+
==System Variables==
* 1.3.0
+
* HPC_{{uc:{{#var:app}}}}_DIR - installation directory
* 2.0.0
 
* 2.0.2 - default.
 
<!-- -->
 
==Required Modules==
 
[[Modules|modules documentation]]
 
===Serial===
 
*{{#var:app}}
 
 
* HPC_CUFFLINKS_BIN - executable directory
 
* HPC_CUFFLINKS_BIN - executable directory
 
* HPC_CUFFLINKS_DOC - readme directory
 
* HPC_CUFFLINKS_DOC - readme directory
{{#if: {{#var: exe}}|==How To Run==
+
<!--Additional-->
 +
{{#if: {{#var: exe}}|==Additional Information==
 
WRITE INSTRUCTIONS ON RUNNING THE ACTUAL BINARY|}}
 
WRITE INSTRUCTIONS ON RUNNING THE ACTUAL BINARY|}}
 
{{#if: {{#var: conf}}|==Configuration==
 
{{#if: {{#var: conf}}|==Configuration==

Latest revision as of 14:17, 15 August 2022

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.

Environment Modules

Run module spider cufflinks to find out what environment modules are available for this application.

System Variables

  • HPC_CUFFLINKS_DIR - installation directory
  • HPC_CUFFLINKS_BIN - executable directory
  • HPC_CUFFLINKS_DOC - readme directory