hictk
hictk copied to clipboard
Blazing fast toolkit to work with .hic and .cool files
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4. Release notes Sourced from codecov/codecov-action's releases. v4.0.0-beta.2 What's Changed not adding -n if empty to do-upload command by @dana-yaish in codecov/codecov-action#1085 4.0.0-beta.2 by @thomasrockhu-codecov...
- Closes https://github.com/paulsengroup/hictk/issues/207 - Closes https://github.com/paulsengroup/hictk/issues/212
Instead of depending on hictkpy, I think it would be better to write a thin-wrapper for `cooler` using pybind11 and write the test suite in C++. The only annoyance with...
When fetching metadata for multi-resolution files or single-cell coolers, it would make sense to always output a vector with the list of resolutions/cells (even when `--recursive` is specified). Also need...