Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 748 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 748 Bytes

load-data-node

This is a version of the ClinGen LoadData project written in Javascript for Node. This isn’t “canon” — LoadData is. This is just to help me understand the data we’re dealing with, and to get practice with the mongoDB node API.

At the moment, it only handles disease data. I’ll add more as I have time and feel the usefulness of doing that.

Prerequisites

Project setup

  • Clone git repo
  • Run npm install
  • Run mongoDB daemon: mongod

Project startup

  • Make sure that mongoDB is running, or mongod
  • Run ./get_disease.js --help