Difference between revisions of "STAR"

From UFRC
Jump to navigation Jump to search
Line 5: Line 5:
 
<!--CONFIGURATION: OPTIONAL (|1}} means it's ON)-->
 
<!--CONFIGURATION: OPTIONAL (|1}} means it's ON)-->
 
|{{#vardefine:conf|}}          <!--CONFIGURATION-->
 
|{{#vardefine:conf|}}          <!--CONFIGURATION-->
|{{#vardefine:exe|}}            <!--ADDITIONAL INFO-->
+
|{{#vardefine:exe|1}}            <!--ADDITIONAL INFO-->
 
|{{#vardefine:pbs|}}            <!--PBS SCRIPTS-->
 
|{{#vardefine:pbs|}}            <!--PBS SCRIPTS-->
 
|{{#vardefine:policy|}}        <!--POLICY-->
 
|{{#vardefine:policy|}}        <!--POLICY-->
Line 44: Line 44:
 
<!--Run-->
 
<!--Run-->
 
{{#if: {{#var: exe}}|==Additional Information==
 
{{#if: {{#var: exe}}|==Additional Information==
WRITE_ADDITIONAL_INSTRUCTIONS_ON_RUNNING_THE_SOFTWARE_IF_NECESSARY
+
Make sure to set a directory for temporary files within your /ufrc working directory with the '<code>--outTempDir</code> argument to avoid job crashes and filling up diskless compute nodes. See [[Temporary Directories]] for more information.
 
|}}
 
|}}
 
<!--PBS scripts-->
 
<!--PBS scripts-->

Revision as of 13:30, 29 July 2016

Description

star website  

STAR aligns RNA-seq reads to a reference genome using uncompressed suffix arrays.

For details, please see the paper:

A. Dobin et al, Bioinformatics 2012; doi: 10.1093/bioinformatics/bts635 "STAR: ultrafast universal RNA-seq aligner"

Required Modules

Serial

  • star

System Variables

  • HPC_{{#uppercase:star}}_DIR

Additional Information

Make sure to set a directory for temporary files within your /ufrc working directory with the '--outTempDir argument to avoid job crashes and filling up diskless compute nodes. See Temporary Directories for more information.