Skip to content

Commit

Permalink
Merge tag '1.14.0' into dev
Browse files Browse the repository at this point in the history
* Making species and assembly required commandline arguments in the estep
* Change method by which read position index is resolved. Results in time saving.
* linasm is now required [linasm](http://linasm.sourceforge.net/index.php)
* New log and exp functions from [linasm](http://linasm.sourceforge.net/index.php)
  • Loading branch information
David Jones committed Nov 19, 2019
2 parents c80f3fd + d368367 commit 2f28695
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 3 additions & 1 deletion INSTALL.TXT
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ System Requirements

caveman is designed to run in a compute farm/clustre environment.
caveman depends on:
htslib 1.3 <https://github.com/samtools/htslib/releases/download/1.3/htslib-1.3.tar.bz2>
htslib >=1.3 <https://github.com/samtools/htslib/releases/download/1.3/htslib-1.3.tar.bz2>
zlib >=1.2.3.5 <https://www.zlib.net/>
linasm >=1.13 <http://linasm.sourceforge.net/>


Compilation
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.13.16
CAVEMAN_VERSION=1.14.0

TEST_REF?=""
#Compiler
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 2f28695

Please sign in to comment.