Skip to content

Commit b83a355

Browse files
committed
update CHANGELOG in preparation for v0.3.0 release
1 parent 94a01d0 commit b83a355

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
Version 0.3.0 - July 3, 2018
2+
-----------
3+
This release moves the codebase from Python2 to Python3 and includes several additional improvements.
4+
5+
Changes include:
6+
* Switch to Python3 from Python2
7+
* Switch to PyTables version 3
8+
* General cleanup of code to conform to PEP8 style
9+
* Better matching of VCF files to chromosomes in snp2h5 (uses name of chromosome within VCF, rather than relying on filename)
10+
* add --txt_counts option to bam2h5.py as a simple way to obtain a file with allele-specific counts. The bam2h5.py should now be used instead of the get_as_counts.py script (which double counts reads that overlap multiple SNPs).
11+
12+
113
Version 0.2.2 - November 15, 2017
214
-----------
315

0 commit comments

Comments
 (0)