From 02216026a97b85905d8881c5d9f3bc6039c27fb5 Mon Sep 17 00:00:00 2001 From: rchikhi Date: Tue, 12 Jul 2016 18:44:46 +0200 Subject: [PATCH] minor README fix --- README.md | 3 ++- thirdparty/gatb-core | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 96b4584..3c8593b 100644 --- a/README.md +++ b/README.md @@ -102,8 +102,9 @@ For the GTA/TAC pair, the lexicographically smallest is GTA however the canonica DSK supports arbitrary large k-mer lengths. Just compile from the source, to support k-mer lengths up to, say, 160, type this in the build folder: - rm -Rf CMake* && cmake -Dk4=160 .. && make + rm -Rf CMake* && cmake -DKSIZE_LIST="32 64 96 128 160" .. && make +KSIZE_LIST can contain an arbitrary number of multiples of 32. ## Disk space and speed diff --git a/thirdparty/gatb-core b/thirdparty/gatb-core index 7f0b9a4..c811f71 160000 --- a/thirdparty/gatb-core +++ b/thirdparty/gatb-core @@ -1 +1 @@ -Subproject commit 7f0b9a48e86fb4c5ce3a3d2137b098cb5d8cdf5b +Subproject commit c811f71b1b43bb0827fe51723e1f7fd37f5c5e17