Skip to content

Commit

Permalink
Bump version and update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Lenbok committed May 20, 2021
1 parent 4600e05 commit 32d4c2d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
</taskdef>

<property name="product" value="RTG Tools" />
<property name="product.version" value="3.12-dev" />
<property name="product.version" value="3.12.1" />
<property name="product.repo" value="RealTimeGenomics/rtg-tools" />
<property name="resources" value="tools" />
<property name="main.class" value="com.rtg.RtgTools" />
Expand Down
15 changes: 15 additions & 0 deletions installer/ReleaseNotes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ RTG.VERSION is based. Not all features described below may be included
in this product.


RTG Core 3.12.1 (2021-05-19)
----------------------------

This release primarily includes bugfixes and minor improvements:

* vcfeval: When ignoring filtered variants, also take per-sample filter
status (FORMAT FT) into account.

* vcfdecompose: Treat a missing value in a field sub-value (e.g.:
components of an AD annotation) as zero when computing updated field
values for the decomposed variant.

* vcfstats: Include summary statistics for polyploid variants.


RTG Core 3.12 (2021-01-27)
--------------------------

Expand Down

0 comments on commit 32d4c2d

Please sign in to comment.