High-Performance Computing at the NIH

RSS Feed

STAR on Helix

STAR aligns RNA-seq reads to a reference genome.

Its advantages include:

The STAR executable can be added to your path by typing 'module load STAR'.

How To Use

 

helix% module load STAR

helix% STAR --runMode genomeGenerate --genomeDir /fdb/genome/ \
--genomeFastaFiles /path/to/genome/fasta1 /path/to/genome/fasta2 --runThreadN 4 ...

helix %

Note that you should run a maximum of 4 threads on Helix.

Documentation

STAR manual (PDF)