From c95019ec5aea6fcdd597a1d15207c7141be77be7 Mon Sep 17 00:00:00 2001 From: Georgi Tushev Date: Thu, 13 Sep 2018 15:37:55 +0200 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 233db41..e5e338a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # PASSFinder -## Dependancies +## Dependencies ### [htslib](https://github.com/samtools/htslib) Install HTSLib, so that include files are available under /usr/local/include and library file is available under /usr/local/lib. Make sure that those paths are in your search path. @@ -21,7 +21,9 @@ either install developer tools with or use Homebrew ```brew install zlib``` +## Compilation +Makefile is provided. ```make``` command will create an executable. ## Help Tool: **PASSFinder**