Skip to content

Commit 4d58ead

Browse files
committed
Update ReleaseNotes and bump version number.
1 parent 9122eb7 commit 4d58ead

File tree

2 files changed

+39
-1
lines changed

2 files changed

+39
-1
lines changed

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
</taskdef>
3030

3131
<property name="product" value="RTG Tools" />
32-
<property name="product.version" value="3.10" />
32+
<property name="product.version" value="3.10.1" />
3333
<property name="product.repo" value="RealTimeGenomics/rtg-tools" />
3434
<property name="resources" value="tools" />
3535
<property name="main.class" value="com.rtg.RtgTools" />

installer/ReleaseNotes.txt

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,44 @@ RTG.VERSION is based. Not all features described below may be included
55
in this product.
66

77

8+
RTG Core 3.10.1 (2019-01-21)
9+
----------------------------
10+
11+
This release primarily includes bugfixes and minor improvements:
12+
13+
* vcfdecompose: Fix a case where extremely long indels could cause an
14+
exception during call decomposition. This also affected vcfeval when
15+
using --decompose.
16+
17+
* demo scripts: Fix the demo script not pausing for the user under newer
18+
versions of bash.
19+
20+
* map: Fix an exception that could be triggered during report generation
21+
when using --all-hits.
22+
23+
* rocplot: (gui) Fix the status bar metrics not showing when the curve
24+
hugs an axis.
25+
26+
* rocplot: Fix a rare exception that would occur during
27+
precision/sensitivity plotting if the input data file contained
28+
redundant initial points.
29+
30+
* vcveval: Initial support for "partial spanning deletion" notation that
31+
octopus uses in some calls.
32+
33+
* vcfmerge: Now allows -f to be a comma-separated list.
34+
35+
* vcfstats: The percent phased genotypes statistic was incorrectly
36+
calculated for call sets using partial genotypes (e.g. ".|1")
37+
38+
* many: VCF header parsing of the INFO/FORMAT Description component was
39+
incorrectly de-escaping additional backslash sequences, which could
40+
result in invalid VCF output.
41+
42+
* readsim: Warn if the user supplied taxonomic distribution make
43+
reference to unusable taxon ids.
44+
45+
846
RTG Core 3.10 (2018-10-29)
947
--------------------------
1048

0 commit comments

Comments
 (0)