cucapra / pollen

generating hardware accelerators for pangenomic graph queries
MIT License
24 stars 1 forks source link

`pollen_data_gen`: support for `subset_paths` #137

Closed anshumanmohan closed 7 months ago

anshumanmohan commented 9 months ago

@susan-garry points out that pollen_data_gen does not currently support subset_paths, which gets in the way of it being a drop-in replacement for the existing ODGI-dependent code. See also, https://github.com/cucapra/pollen/issues/129.

Susan explored the space, saying that we have two options:

We have decided to go with the first option.

sampsyo commented 9 months ago

Nice! Sounds perfectly reasonable to me.