Skip to content

Commit 31c36a8

Browse files
committed
updated changelog in preparation for new release
1 parent 7b48cb7 commit 31c36a8

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+
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+
121
Version 0.2.1 - September 5, 2016
222
-----------
323
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

Comments
 (0)