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
+
Version 0.2.2 - November 15, 2017
2
+
-----------
3
+
4
+
This release incorporates several modifications/fixes that have been made to
5
+
the master branch over the past year.
6
+
7
+
Changes include:
8
+
* check first 2 bytes of input files to decide if they are gzipped rather than relying on .gz filename extension
9
+
* fix bug in which unmapped reads in BAM were causing find_intersecting_snps.py to crash
10
+
* fix bug in which some cigar codes caused find_intersecting_snps to crash because of typo in snptable
11
+
* fix bug related to soft-clipped reads (switch to use pysam 'query_sequence' instead of 'query' attribute)
12
+
* added check for pysam version to rmdup_pe and find_intersecting_snps.py
13
+
* added check for pytables version to find_intersecting_snps.py
14
+
* rescale count totals in CHT so that alpha and beta estimates stay in reasonable range
15
+
* allow empty header lines in VCF parsing
16
+
* change max SNP identifier length from 16 to 255
17
+
* include much more information in output table from combined haplotype test such as SNP info, total numbers of AS reads, etc.
18
+
* warn and gracefully handle situation where there are no matching samples on a chromosome
19
+
20
+
1
21
Version 0.2.1 - September 5, 2016
2
22
-----------
3
23
This minor release corrects an issue where the cht_data module was not included in the v0.2 release. This module is required by the fit_bnb_coefficients.py script.
0 commit comments