diff --git a/CHANGES.md b/CHANGES.md index 8d627ef..da4b82f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,6 @@ # CHANGES -## NEXT +## 1.14.0 * Making species and assembly required commandline arguments in the estep * Change method by which read position index is resolved. Results in time saving. diff --git a/INSTALL.TXT b/INSTALL.TXT index 346f291..6640d6c 100644 --- a/INSTALL.TXT +++ b/INSTALL.TXT @@ -3,7 +3,9 @@ System Requirements caveman is designed to run in a compute farm/clustre environment. caveman depends on: - htslib 1.3 + htslib >=1.3 + zlib >=1.2.3.5 + linasm >=1.13 Compilation diff --git a/Makefile b/Makefile index 98735e8..2577b22 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -CAVEMAN_VERSION=1.13.16 +CAVEMAN_VERSION=1.14.0 TEST_REF?="" #Compiler diff --git a/README.md b/README.md index f96d427..b202571 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ See INSTALL.TXT * Reference.fasta and index * A one based bed style format file of regions to ignore during analysis (see specified format). * [zlib](https://zlib.net/) >= 1.2.3.5 -* [linasm](http://linasm.sourceforge.net/index.php) +* [linasm](http://linasm.sourceforge.net/index.php) >= 1.13 ## Optional inputs (will result in more accurate calls)