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.
2 stars 1 forks source link

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

Open nleroy917 opened 7 months ago

nleroy917 commented 7 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 2 months ago

This will be available once we merge #13