pollen icon indicating copy to clipboard operation
pollen copied to clipboard

`calyx_depth.py`: divest from odgi's Python bindings

Open anshumanmohan opened this issue 1 year ago • 1 comments

The algorithm calls parse_data.py, which in turn calls odgi's Python bindings, to learn the input graph's dimensions. Instead, use mygfa.preprocess: https://github.com/cucapra/pollen/blob/de4f8dbee35003d2ce95d2df4b0300f56b4c0a54/mygfa/mygfa/preprocess.py#L64-L69

This will free us from odgi's Python bindings.

This work has been broken down as such:

  • [x] #116
  • [ ] #147
  • [ ] https://github.com/cucapra/pollen/issues/148

For context, see tracking issue #105

anshumanmohan avatar Jun 19 '23 00:06 anshumanmohan

Yay; this would be very satisfying!!

sampsyo avatar Jun 24 '23 01:06 sampsyo