From 90d77bcf1b1271da9780c857133bb1acb2c96f3a Mon Sep 17 00:00:00 2001 From: Jeremiah Wala Date: Thu, 18 Jun 2015 14:04:10 -0400 Subject: [PATCH] updated README --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f002d99..5707d6a 100644 --- a/README.md +++ b/README.md @@ -13,16 +13,16 @@ You can download and compile these three libraries in one step by installing Sno reuse -q GCC-4.9 ## install SnowTools (will come with htslib, bwalib, ahocorasick) (-k is for no certifate checking, might be needed) -curl -L -k https://github.com/jwalabroad/SnowTools/archive/v0.1.3.tar.gz | tar xz -cd SnowTools-0.1.3/src +curl -L -k https://github.com/jwalabroad/SnowTools/archive/v0.1.6.tar.gz | tar xz +cd SnowTools-0.1.6/src ./configure make cd ../../ ## install variant-bam (RELEASE VERSION) -curl -L -k https://github.com/jwalabroad/VariantBam/archive/v1.0.0.tar.gz | tar xz -cd VariantBam-1.0.0/src -./configure --with-snowtools=../../SnowTools-0.1.3 --with-htslib=../../SnowTools-0.1.3/src/htslib +curl -L -k https://github.com/jwalabroad/VariantBam/archive/v1.0.2.tar.gz | tar xz +cd VariantBam-1.0.2/src +./configure --with-snowtools=../../SnowTools-0.1.6 --with-htslib=../../SnowTools-0.1.6/src/htslib make ## add variant binary to path