Skip to content

Commit

Permalink
v0.1.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
chapmanb committed Apr 28, 2014
1 parent a9c0677 commit 4a7d38e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.1.6 (in progress)
## 0.1.6 (28 April 2014)

- Ensure Ensemble input files have consistent VCF headers for multi population
variant calling. Thanks to Shalabh Suman.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ associated with different variant representations.

### Download

The latest release is 0.1.5 (15 March 2014): [bcbio.variation-0.1.5-standalone.jar][dl].
The latest release is 0.1.6 (28 April 2014): [bcbio.variation-0.1.6-standalone.jar][dl].
Run from the command line:

$ java -jar bcbio.variation-VERSION-standalone.jar [arguments]
Expand All @@ -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.5/bcbio.variation-0.1.5-standalone.jar
[dl]: https://github.com/chapmanb/bcbio.variation/releases/download/v0.1.6/bcbio.variation-0.1.6-standalone.jar

### As a library

Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject bcbio.variation "0.1.6-SNAPSHOT"
(defproject bcbio.variation "0.1.6"
: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"]
Expand Down

0 comments on commit 4a7d38e

Please sign in to comment.