Difference between revisions of "Cufflinks"
Jump to navigation
Jump to search
Moskalenko (talk | contribs) m (Text replace - "<!-- ######## Template Configuration ######## --> <!--Edit definitions of the variables used in template calls Required variables: app - lowercase name of the application e.g. "amber" url - url of the software page (project, company prod) |
|||
(7 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
__NOEDITSECTION__ | __NOEDITSECTION__ | ||
− | [[Category:Software]][[Category: | + | [[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/}} | ||
− | |||
− | |||
− | |||
− | |||
− | |||
|{{#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 20: | Line 13: | ||
|{{#vardefine:citation|}} <!--Enable Reference/Citation section --> | |{{#vardefine:citation|}} <!--Enable Reference/Citation section --> | ||
|} | |} | ||
− | |||
<!--Description--> | <!--Description--> | ||
{{#if: {{#var: url}}| | {{#if: {{#var: url}}| | ||
Line 28: | Line 20: | ||
Cufflinks is a part of the [[Tuxedo]] suite. | Cufflinks is a part of the [[Tuxedo]] suite. | ||
− | + | <!--Modules--> | |
− | + | ==Environment Modules== | |
− | + | Run <code>module spider {{#var:app}}</code> to find out what environment modules are available for this application. | |
− | + | ==System Variables== | |
− | + | * HPC_{{uc:{{#var:app}}}}_DIR - installation directory | |
− | |||
− | |||
− | <!-- --> | ||
− | == | ||
− | |||
− | == | ||
− | *{{#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}}|== | + | <!--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 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