Difference between revisions of "STAR"
Jump to navigation
Jump to search
Moskalenko (talk | contribs) |
Moskalenko (talk | contribs) |
||
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== | ||
− | + | 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 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.