Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Elsworth committed Jun 8, 2020
1 parent 0b81497 commit 2cdbad0
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 19 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,3 +134,11 @@ real 0m2.150s
user 0m0.036s
sys 0m0.104s
```

### Notes

The call to PubMed is limited to 1 million articles.

```
http://eutils.ncbi.nlm.nih.gov/entrez/eutils/esearch.fcgi? {'db': 'pubmed', 'term': '', 'retmax': '1000000', 'rettype': 'uilist'}
```
41 changes: 22 additions & 19 deletions notebooks/analysis.ipynb

Large diffs are not rendered by default.

0 comments on commit 2cdbad0

Please sign in to comment.