rvaser / spoa

SIMD partial order alignment tool/library
MIT License
158 stars 32 forks source link

Expose parts of the graph #44

Closed ekg closed 4 years ago

ekg commented 4 years ago

This exposes some of the private members of the POA graph.

ekg commented 4 years ago

I'm using this to convert the graph into another form without writing it out to GFA. Seems potentially useful. The exposure is through member functions as with other entities.

ekg commented 4 years ago

This is used in https://github.com/ekg/smoothxg.

rvaser commented 4 years ago

Available at master branch.