From 0a77d101e0be4d99d1497a2c4e1a800da1ba4a8b Mon Sep 17 00:00:00 2001 From: chapmanb Date: Wed, 23 Jul 2014 12:06:17 -0400 Subject: [PATCH] v0.1.7: overdue release to support structural variant calling --- HISTORY.md | 2 +- README.md | 4 ++-- project.clj | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index e9229ee..f324816 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,4 +1,4 @@ -## 0.1.7 (in progress) +## 0.1.7 (23 July 2014) - Support multi-sample inputs for variant-prep, by avoiding subset to the first sample. diff --git a/README.md b/README.md index bdfa4cb..59fbeb1 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ associated with different variant representations. ### Download -The latest release is 0.1.6 (28 April 2014): [bcbio.variation-0.1.6-standalone.jar][dl]. +The latest release is 0.1.7 (23 July 2014): [bcbio.variation-0.1.7-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.6/bcbio.variation-0.1.6-standalone.jar +[dl]: https://github.com/chapmanb/bcbio.variation/releases/download/v0.1.7/bcbio.variation-0.1.7-standalone.jar ### As a library diff --git a/project.clj b/project.clj index 23bd282..634755a 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject bcbio.variation "0.1.7-SNAPSHOT" +(defproject bcbio.variation "0.1.7" :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"]