Skip to content

YanzhaoWu/diabetes-monograph-app

 
 

Repository files navigation

Genomics Advisor (adapted from Diabetes Monograph)

Usage

  1. Install dependencies

    $ pip install -r requirements.txt
    
  2. Run the server locally with

    # WSGI object is web:app
    $ python web.py
    
  3. If you modified one of SNPData.csv and DrugInfo.csv or you wish to update comparison between genotypes in these two files and data from 1000 Genomes, you should use command below to update your changes. Note that this requires you to modify config.py and set GOOGLE_API_KEY to your API key, because process_data.py relies on Google Genomics API for getting data from 1000 Genomes. Currently we only support Goolge Genomics because other implementations of GA4GH's Variant API haven't conformed fully to the GA4GH's documentations yet.

    $ python process_data.py
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 91.9%
  • Python 3.6%
  • HTML 3.2%
  • CSS 1.3%