Galaxy | Tool Preview

RNA STAR (version 2.7.5a)
Built-ins were indexed using default options
Select the '... with builtin gene-model' option to select from the list of available indexes that were built with splice junction information. Select the '... without builtin gene-model' option to select from the list of available indexes without annotated splice junctions.
If your genome of interest is not listed, contact the Galaxy team
Exon junction information for mapping splices
Used in constructing the splice junctions database. Ideal value is ReadLength-1
For a study with multiple samples, multisample 2-pass mapping is the most sensitive approach. It involves two separate runs of STAR for each sample, where, in the second run of each sample, the splice junctions found in any sample in the first runs are treated as additional known junctions. If you plan to use the mapping results as input for STAR-Fusion it is recommended that you use at least single-sample 2-pass mapping of all reads.
STAR can provide analysis results not only with respect to the reference genome, but also with respect to genes and transcripts described by a gene model. Note: This functionality requires either the selection above of a cached index with a gene model, or a gene model provided alongside the index/reference genome in GTF or GFF3 format!
Choose if and how chimeric alignments should be reported. STAR-Fusion users should select the 'Junctions' option and use the resulting tabular dataset as input to STAR-Fusion. Everyone else: note that selecting 'WithinBAM' or 'WithinBAM Junctions' disables the --chimMultimapNmax setting in the algorithmic parameters section below (the tool will only consider uniquely mapped reads in the search for chimeric alignments). If you disable the reporting of chimeric alignments here, then all chimeric alignment settings in the algorithmic parameters section below will be ignored.
BAM output format specifications
BAM output format specification 0
Output filter criterias
Output filter criteria 0
Algorithmic settings
Algorithmic settings 0
Performance tweaks / Troubleshootings
Performance tweaks / Troubleshooting 0

What it does

STAR is an ultrafast universal RNA-seq aligner.

Compatibility Notes

STAR has a huge amount of options to filter alignments and to configure the exact format of its output.

Some tools you may plan to use in your downstream analysis of the results are known to be sensitive to these settings or combinations of them.

STAR-Fusion

STAR-Fusion can use the chimeric junctions output of STAR as input, but you need to enable chimeric alignment detection by STAR for that dataset to be generated. Hence, be sure to select:

Report chimeric alignments?: As separate tabular "Junctions" output (Junctions).

In addition, for best results it is recommended that you

Cufflinks

Cufflinks is not considered to be the best tool for use downstream of STAR anymore. Consider using Stringtie instead, which also should pose no compatibility issues.

To avoid compatibility issues with Cufflinks you should:


Attribution

Minor tweaks to output names to suit downstream purposes, toolshed automated dependencies and odds and ends of other code and documentation comprising this tool were originally written by Ross Lazarus and have been licensed under the creative commons BY-NC_ND 3.0 license.