Releases: open2c/cooler
Releases · open2c/cooler
v0.5.1
v0.5.0
v0.4.0
- Modifed file schema: v2
- Support for nested Cooler "trees" at any depth in an HDF5 hierarchy
cooler.io
: tools for cooler creationcooler.io.write
is a generic writer that takes input from a contact reader- Contact readers can take a variety of input (aggregate from a contact list, load from an existing matrix, etc.)
- Added new scripts for contact aggregation, loading, dumping and balancing
- API changes
- Table views are a bit more intuitive: selecting field names on table view objects returns a new view on the subset of columns.
- New API function: cooler.annotate for doing joins
- Documentation updated
v0.3.0
Added features:
- 2D range selector
matrix()
now provides either rectangular data as coo_matrix or triangular data as a pixel table dataframe. - Added binning support for any genome segmentation (i.e., fixed or variable bin width).
Bug fixes:
- Fixed issues with binning data from mapped read files.
- Genomic locus string parser now accepts ENSEMBL-style number-only chromosome names and FASTA-style sequence names containing pipes. It will still reject a name that begins with a number followed by other characters.