STAR (Spliced Transcripts Alignment to a Reference) is an RNA-seq aligner.
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
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