User Tools

Site Tools


star-software

This is an old revision of the document!


Table of Contents

STAR

STAR (Spliced Transcripts Alignment to a Reference) is an RNA-seq aligner.

Information

Usage

See which versions of star are available:

$ module avail star

Load one into your environment and run it:

$ module load star/2.7.1a
$ STAR

Installation

Notes from the sysadmin during installation:

$ cd /tmp
$ wget https://github.com/alexdobin/STAR/archive/2.7.1a.tar.gz
$ tar xf 2.7.1a.tar.gz
$ sudo mkdir -p /export/apps/star/2.7.1a/bin
$ sudo cp -v STAR-2.7.1a/bin/Linux_x86_64_static/* /export/apps/star/2.7.1a/bin
star-software.1563367276.txt.gz · Last modified: 2019/07/17 12:41 by aorth