TopHat is a fast splice junction mapper for RNA-Seq reads. It aligns RNA-Seq reads to mammalian-sized genomes using the ultra high-throughput short read aligner Bowtie, and then analyzes the mapping results to identify splice junctions between exons.
module avail tophat
module load tophat2/2.1.0
wget http://ccb.jhu.edu/software/tophat/downloads/tophat-2.1.0.Linux_x86_64.tar.gz tar -xvf tophat-2.1.0.Linux_x86_64.tar.gz cd tophat-2.1.0.Linux_x86_64/ sudo mkdir /export/apps/tophat2/2.1.0 sudo cp -r . /export/apps/tophat2/2.1.0/