databio / gtars

Performance-critical tools to manipulate, analyze, and process genomic interval data. Primarily focused on building tools for geniml - our genomic machine learning python package.
3 stars 2 forks source link

The `TokenizedRegionSet` needs to have a `to_ids()` function on it #5

Closed nleroy917 closed 3 months ago

nleroy917 commented 12 months ago

It is annoying to have to iterate over the TokenizedRegionSet object in the Python bindings to get an id.

Therefore, we need to just create a to_ids() function that spits out all ids at once. This is a much better user experience.

nleroy917 commented 7 months ago

This will be available once we merge #13

nleroy917 commented 3 months ago

This is actually resolved