Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mdavis95 authored Feb 16, 2024
1 parent 45c9e36 commit 98ce9e9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
* Install mongodb 7.x or later
* Restore citations database snapshot
* Use 2019-02 citations database to match the data used in the manuscript
* wget https://icite.od.nih.gov/covid19/dba8f5/af95/cited_2019_snapshot-f39ea.json
* mongoimport cited_2019_snapshot-f39ea.json -db cocitations --collection cited
* the first time the code runs it will create an index on citesPmid which will take some time
* Compile code
* from the command line `./gradlew`

Expand Down

0 comments on commit 98ce9e9

Please sign in to comment.