This is a new version which moves the project from Bitbucket to GitHub. Additionally, the other utilities (`misc.***`) have been completely removed. They will be added to a new [`pymisc-utils`](https://github.com/bmmalone/pymisc-utils) repository.
0.1.6
Fixed
- Missing import in counting alignments for bam files
0.1.5
Updated
- `get-read-length-distribution` script to handle bam, fasta and fastq files. See [the bio docs](docs/bio.mdget-read-length-distributions) for more details.
0.1.4
Removed
- bed, bam and gtf helpers from `bio.py`. These had already been deprecated for quite some time.
0.1.3
Added
- Script to remove duplicate entries from bed files. See [the bio docs](docs/bio.mdmerge-bed12-files-and-remove-duplicate-entries) for more details.
0.1.2
The initial versions have not been documented in the change log.