Import NCBI data into a PostgreSQL database. Data included:
- PMC-id
- gene2pubmed
- gene2pubtator and organism2pubtator
The sections below detail the steps taken to generate files and run scripts for this project.
With direnv, you will enter the Nix shell environment when you cd
into this directory. If you don't want to use direnv, you'll have to explicitly call:
nix-shell
Get the data:
bash download.sh
Create and load the database:
bash create_db.sh