Skip to content

Commit

Permalink
Update release notes, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Lenbok committed May 29, 2018
1 parent d766268 commit 6dde278
Show file tree
Hide file tree
Showing 2 changed files with 26 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.9" />
<property name="product.version" value="3.9.1" />
<property name="product.repo" value="RealTimeGenomics/rtg-tools" />
<property name="resources" value="tools" />
<property name="main.class" value="com.rtg.RtgTools" />
Expand Down
25 changes: 25 additions & 0 deletions installer/ReleaseNotes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,31 @@ Below are the release notes for the full RTG suite, upon which
RTG.VERSION is based. Not all features described below may be included
in this product.

RTG Core 3.9.1 (2018-05-29)
---------------------------

This release primarily includes bugfixes and minor improvements:

* map: Fix a rare circumstance where mapping using a reference based
hash blacklist would use significantly more memory than required.

* vcffilter: JavaScript functions can test for the version of RTG they
are running under (for checking minimum required version for feature
compatibility) via a call of the form: "checkMinVersion('3.9.2')"

* vcffilter: JavaScript now supports writing of ID, QUAL, and FILTER
fields. Added function "ensureFilterHeader" that works the same way as
ensureInfoHeader and ensureFormatHeader for defining new FILTERs.

* coverage: Improve binning when reporting coverage levels for very deep
(e.g. >10000X) sequencing datasets.

* vcfeval: More graceful handling of a malformed GT in an input VCF.

* many: Fix escaping of description fields when writing VCF header
lines.


RTG Core 3.9 (2018-03-22)
-------------------------

Expand Down

0 comments on commit 6dde278

Please sign in to comment.