Skip to content

Commit 5483dae

Browse files
committed
update CHANGELOG in preparation for v0.3.3 release
1 parent bc0a19a commit 5483dae

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
2+
Version 0.3.3 - April 30, 2019
3+
-----------
4+
This release fixes some issues with the bam2h5.py script.
5+
6+
Changes to bam2h5.py include:
7+
* Correct counting of reads with indels in bam2h5.py (pull request from MingshiGao)
8+
* Fix txtfile output from bam2h5.py, which was outputting incorrect genotypes when multiple samples present
9+
in haplotype file. Note that this txt file was added as a way to get human-readible allele-specific counts
10+
and the incorrect genotypes in the file were not actually used by the WASP pipeline.
11+
* Default to uint16 datatype rather than uint8 so that counts are no longer thresholded at 255
12+
* Silence warnings printed when using chromosomes that do not start with 'chr'
13+
14+
15+
Version 0.3.2 - September 14, 2018
16+
-----------
17+
This release contains a single bugfix:
18+
* Fixes to ref/alt/other allele match reporting in find_intersecting_snps.py which was broken during py2 to py3 conversion.
19+
20+
121
Version 0.3.1 - August 31, 2018
222
-----------
323
This release makes several improvements/fixes to read filtering by the mapping pipeline. Several of these improvements were suggested by Alex Dobin for using WASP with the STAR mapper.

0 commit comments

Comments
 (0)