This page was last updated on Thursday, 06-Mar-2014 09:48:36 CST
Installation notes for TIGRA version 0.3.7 - 6/29/2013
Home Page
According to this thread,
this is the successor to TIGRA-SV which will no longer
be maintained.
Prerequisites
Installation
- $ cd /programinstallers/
- $ wget -N http://odin.mdacc.tmc.edu/~kchen3/tigra/tigra-0.3.7.tar.gz
- $ tar -zxvf tigra-0.3.7.tar.gz
- $ cd tigra-0.3.7
- Modify Makefile by changing all references for the samtools libraries
to /usr/lib/samtools-0.1.18
i.e. replace /Users/kchen3/pkg/samtools/samtools-0.1.6/ (2 occurrences)
and /Users/kchen3/samtools/samtools-0.1.6/ (6 occurrences) with
/usr/lib/samtools-0.1.18/
- I also changed the install location in the Makefile,
change PREFIX=/usr to PREFIX=/usr/local
- $ make
- $ sudo make install
install -D -m 755 tigra-sv /usr/local/bin/tigra-sv
- Cleanup
$ cd ..
- $ rm tigra-0.3.7 -rf