higlass / clodius

Clodius is a tool for breaking up large data sets into smaller tiles that can subsequently be displayed using an appropriate viewer.
MIT License
39 stars 21 forks source link

Get multivec row_infos from info/row_infos, as a dataset #132

Closed keller-mark closed 4 years ago

keller-mark commented 4 years ago

Description

What was changed in this pull request?

This implements a getter for row_infos according to the proposal in the multivec spec document, where row_infos is a string dataset under the /info group.

Why is it necessary?

This allows us to store row_infos that have sizes above the hdf5 .attrs limits.

Fixes #___

Checklist