You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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
+
1
21
Version 0.3.1 - August 31, 2018
2
22
-----------
3
23
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