下载最新预编译版本测试
$ wget http://ccb.jhu.edu/software/tophat/downloads/tophat-2.1.0.Linux_x86_64.tar.gz
解压code
$ tar -zxvf tophat-2.1.0.Linux_x86_64.tar.gz
加入 PATH 便可get
$ export PATH=/home/maque/tophat-2.1.0.Linux_x86_64/:$PATH
测试编译
$ tophat2
应该就看到各类信息,包括版本,基本用法等,这样 tophat2 就算安装完成了。下载