Skip to content

Instantly share code, notes, and snippets.

@idot
Created July 12, 2011 14:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save idot/1078096 to your computer and use it in GitHub Desktop.
Save idot/1078096 to your computer and use it in GitHub Desktop.
build tophat in own folder
#similar to brentp http://biostar.stackexchange.com/questions/4885/installation-of-tophat-1-1-4
* in samtools download mkdir lib include/bam bin
* cp libbam.a lib; *.h include/bam ; samtools bin
tophat:
./configure --with-bam=/path/to/samtools/samtools-0.1.13 --prefix /path/to/tophat/checkout/tophat/tophat.git
make && make install
will create tophat binaries in tophat.git/bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment