Skip to content

alexhenrie/variants

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

variants

COSMIC / 1000 genomes / GVF integrated visualization

Importing the database

An example database is provided in db/GVF_DB_Variant.sql. It contains only one individual. Databases with multiple individuals can be generated from the Perl scripts in the db folder.

Building and running the server

sudo npm install -g node-dev
cd server
npm install
npm run build
node-dev index.js

Building and running the client

sudo npm install -g bower broccoli-cli
cd client
npm install
bower install
npm run watchify
npm run serve #do this in a separate tab

API example

http://localhost:3002/variants?where={%22INDIVIDUAL_ID%22:1,%22COSMIC.ID%22:{%22gt%22:0}}

About

COSMIC / 1000 genomes integrated database creation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published