STAR 2016

From HPC users
Revision as of 11:14, 17 January 2019 by Schwietzer (talk | contribs) (Created page with "== Introduction == STAR aligns RNA-seq reads to a reference genome using uncompressed suffix arrays == Installed version == The currently installed version is available on e...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Introduction

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

Installed version

The currently installed version is available on environment hpc-env/6.4

STAR/2.6.1d-foss-2017b

Using STAR

If you want to find out more about STAR on the HPC Cluster, you can use the command

module spider STAR

This will show you basic informations e.g. a short description and the currently installed version.

To load the desired version of the module, use the command, e.g.

module load hpc-env/6.4
module load STAR

Always remember: this command is case sensitive!


Documentation

A short summary about the functions and benefits of STAR can be read here The full documentation can be found here (pdf reader required).