Skip to content

Commit

Permalink
v0.1.7: overdue release to support structural variant calling
Browse files Browse the repository at this point in the history
  • Loading branch information
chapmanb committed Jul 23, 2014
1 parent 20167ff commit 0a77d10
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.7 (in progress)
## 0.1.7 (23 July 2014)

- Support multi-sample inputs for variant-prep, by avoiding subset to the
first sample.
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.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]
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.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

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.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"]
Expand Down

0 comments on commit 0a77d10

Please sign in to comment.