All notable changes to the misc tools will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Helper for working with peptide datasets
This version includes numerous updates to the internal structure of the code, adding initial sphinx documentation, and adding the package to PyPI.
This version includes renaming the package from pybio-utils
to pylifesci
.
- Remove deprecated function call from
mygene_utils
- Version specifications for prereqs
- Updated download-srr-files to use
misc.shell_utils
and http rather than ftp
- References to old gtf functions in
misc.bio
- All references to
misc.bio
andmisc.bio_utils
. Please see Issue #1 in the new repo for more details.
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
repository.
- Missing import in counting alignments for bam files
get-read-length-distribution
script to handle bam, fasta and fastq files. See the bio docs for more details.
- bed, bam and gtf helpers from
bio.py
. These had already been deprecated for quite some time.
- Script to remove duplicate entries from bed files. See the bio docs for more details.
The initial versions have not been documented in the change log.