aidenlab / straw

Extract data quickly from Juicebox via straw
MIT License
62 stars 36 forks source link

Can you update pip to reflect the current version 0.08 ? #49

Open marianogabitto opened 4 years ago

marianogabitto commented 4 years ago

Describe the bug read_metadata does not work on version 0.0.6 (the one release on pip)

Solution Can you update pip to reflect the current version?

sa501428 commented 4 years ago

we should also get the pybind11 version to pip

marianogabitto commented 4 years ago

One problem is that the data structure returned by straw between version 0.06 and 0.08 is quite different.

sa501428 commented 4 years ago

Not pybind11 - that's just a wrapper around the C code, so essentially a faster version of the original straw code. But the other python branch, yes, has a new data structure.