Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Class-based implementation with autosql-to-pandas support #13

Merged
merged 18 commits into from
Aug 31, 2020
Merged

Conversation

nvictus
Copy link
Owner

@nvictus nvictus commented Aug 21, 2020

New features

  • Refactored bbi functions into a cdef class (functional API preserved)
  • Added support to read and parse a bigBed's AutoSql schema definition
    • AutoSql scalar types are mapped to numpy/pandas dtypes
    • AutoSql listed/array types or other exotic types are treated as regular strings

API changes

  • BbiFile.fetch_intervals now returns a dataframe with columns correctly parsed using the autosql schema

@alexpreynolds If there is a desire to keep the old functionality of fetch_intervals providing a tuple generator, let me know.
CC @keller-mark

@nvictus nvictus requested a review from pkerpedjiev August 21, 2020 12:15
@nvictus
Copy link
Owner Author

nvictus commented Aug 31, 2020

@alexpreynolds, fetch_intervals now returns an interval iterator instead of a dataframe if iterator=True, which should behave just like the generator did. For the function iterator=True by default; for the class method iterator=False by default, so your bigbed tile fetcher should work without modification.

I'll go ahead and merge this. If you have time, give it a try and file an issue if it breaks.

@nvictus nvictus merged commit 697fff3 into master Aug 31, 2020
@alexpreynolds
Copy link

Thanks very much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants