Skip to content

Commit

Permalink
Add note on CLI to get_ids
Browse files Browse the repository at this point in the history
  • Loading branch information
bgyori committed Oct 26, 2023
1 parent b1a6d48 commit 74171f2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions indra/literature/pubmed_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ def get_ids(search_term, **kwargs):
that can be changed via the corresponding keyword argument. Note also
the retstart argument along with retmax to page across batches of IDs.
PubMed's REST API makes it difficult to retrieve more than 10k
PMIDs systematically. See the `get_all_ids` function in this module
for a way to retrieve more than 10k IDs using the PubMed edirect CLI.
Parameters
----------
search_term : str
Expand Down

0 comments on commit 74171f2

Please sign in to comment.