STAR
A program for ultrafast RNA-seq sequence alignments
STAR requires an environment module
In order to use STAR, you must first load the appropriate environment module:
module load gnu
STAR is a genomic sequence data alignment program which aligns RNA-seq transcript sequence data to reference transcripts. The program is designed to be extremely fast and accurate at performing these types of alignments.
Using STAR on the HPC#
The basic format for using STAR from the command line is STAR --[OPTIONS]
. In the list of options, you have to
specify both the option name and the corresponding option value. This list should include the paths to the
locations of the genome files you want to use STAR with.
Below is a short example of using STAR with the genomeDir and readFilesIn options.