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

Use pagination #57

Open
jsstevenson opened this issue Aug 27, 2024 · 3 comments
Open

Use pagination #57

jsstevenson opened this issue Aug 27, 2024 · 3 comments
Labels
bug Something isn't working priority:high High priority

Comments

@jsstevenson
Copy link
Member

Right now, large queries (eg get_gene_list) are capped in the # of responses because of (reasonable) server configs. We need to make sure we're employing pagination to get all search results until they're exhausted.

@jsstevenson jsstevenson added bug Something isn't working priority:high High priority labels Aug 27, 2024
@mcannon068nw
Copy link
Contributor

Related, get_clinical_trials has a similar pagination issue through the clinicaltrials.gov API that we need to resolve going forward

@jsstevenson
Copy link
Member Author

I thought get_gene_list was paginated because it's a round number, but actually the true number is round.

@jsstevenson
Copy link
Member Author

Note also that we might be moving fda annotation out entirely in favor of the regbot package, which would obviate this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working priority:high High priority
Projects
None yet
Development

No branches or pull requests

2 participants