diff --git a/HISTORY.md b/HISTORY.md index 86b9e91..feda515 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,4 +1,4 @@ -## 0.1.4 (in progress) +## 0.1.4 (5 March 2014) - Allow bgzipped/tabix inputs to validation. - Improve representation of ensemble variants ensuring standard expected keys diff --git a/README.md b/README.md index 1af6319..0b7ebdf 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ associated with different variant representations. ### Download -The latest release is 0.1.3 (15 January 2014): [bcbio.variation-0.1.3-standalone.jar][dl]. +The latest release is 0.1.4 (5 March 2014): [bcbio.variation-0.1.4-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.3/bcbio.variation-0.1.3-standalone.jar +[dl]: https://github.com/chapmanb/bcbio.variation/releases/download/v0.1.4/bcbio.variation-0.1.4-standalone.jar ### As a library diff --git a/project.clj b/project.clj index 6e051c4..fde6225 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject bcbio.variation "0.1.4-SNAPSHOT" +(defproject bcbio.variation "0.1.4" :description "Toolkit to analyze genomic variation data, built on the GATK with Clojure" :license {:name "MIT" :url "http://www.opensource.org/licenses/mit-license.html"} :dependencies [[org.clojure/clojure "1.5.1"]