Skip to content

Commit

Permalink
Merge pull request #17 from cancerit/dev
Browse files Browse the repository at this point in the history
Merge to master for 1.4.3 release
  • Loading branch information
David Jones committed Oct 16, 2014
2 parents 7ecdd04 + 3b83d3d commit 49dff13
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
15 changes: 13 additions & 2 deletions INSTALL.TXT
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,25 @@ System Requirements
===================

caveman is designed to run in a compute farm/clustre environment.
caveman depends on the samtools library <http://sourceforge.net/projects/samtools/>.
caveman depends on:
samtools-1.0
htslib
both can be found here <https://github.com/samtools>


Compilation
===========

Type 'make LFLAGS=-L$SAMTOOLS/lib OPTINC=-I$SAMTOOLS/include/' to compile caveman
Type 'make' if you have the following environmental variables $SAMTOOLS $HTSLIB set
to be the directory of your local install of each.

Otherwise the command below will hopefully help you.

make LFLAGS="-L/<your path to samtools>/samtools-1.0/ -L-/<your path to htslib>/htslib/" OPTINC="-I/<your path to samtools>/samtools-1.0/ -I/<your path to htslib>/htslib/ -I/<your path to htslib>/htslib/htslib"

LFLAGS=-L$SAMTOOLS/lib OPTINC=-I$SAMTOOLS/include/' to compile caveman
where $SAMTOOLS is the path to your local install of samtools.
SAMTOOLS)/ -I$(HTSLIB)/ -I$(HTSLIB

Installation
============
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CAVEMAN_VERSION=1.4.2
CAVEMAN_VERSION=1.4.3

#Compiler
CC = gcc -O3 -DCAVEMAN_VERSION='"$(CAVEMAN_VERSION)"' -g
Expand Down

0 comments on commit 49dff13

Please sign in to comment.