diff --git a/HISTORY.md b/HISTORY.md index 6bc6834..212befc 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,4 +1,4 @@ -## 0.1.3 (in progress) +## 0.1.3 (15 January 2014) - Update dependencies to the GATK 2.8.1 MIT licensed framework and associated Picard, Tribble and variant libraries. Silence phone home events from library. diff --git a/README.md b/README.md index 07a6973..1af6319 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ associated with different variant representations. ### Download -The latest release is 0.1.2 (4 December 2013): [bcbio.variation-0.1.2-standalone.jar][dl]. +The latest release is 0.1.3 (15 January 2014): [bcbio.variation-0.1.3-standalone.jar][dl]. Run from the command line: $ java -jar bcbio.variation-VERSION-standalone.jar [arguments] @@ -44,7 +44,7 @@ the library for variant comparison, normalization and ensemble calling. Note that bcbio.variation requires Java 1.7 since the underlying GATK libraries are not compatible with earlier versions. -[dl]: https://github.com/chapmanb/bcbio.variation/releases/download/v0.1.2/bcbio.variation-0.1.2-standalone.jar +[dl]: https://github.com/chapmanb/bcbio.variation/releases/download/v0.1.3/bcbio.variation-0.1.3-standalone.jar ### As a library