Open anshumanmohan opened 1 year ago
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
parse_data.py
mygfa.preprocess
This will free us from odgi's Python bindings.
This work has been broken down as such:
For context, see tracking issue #105
Yay; this would be very satisfying!!
The algorithm calls
parse_data.py
, which in turn calls odgi's Python bindings, to learn the input graph's dimensions. Instead, usemygfa.preprocess
: https://github.com/cucapra/pollen/blob/de4f8dbee35003d2ce95d2df4b0300f56b4c0a54/mygfa/mygfa/preprocess.py#L64-L69This will free us from odgi's Python bindings.
This work has been broken down as such:
For context, see tracking issue #105