From 3cee395037300ec454f1b87d841ce631268efd88 Mon Sep 17 00:00:00 2001 From: cassiedoll Date: Tue, 27 May 2014 16:03:08 -0700 Subject: [PATCH 01/42] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 0148fb7..e5ff6c2 100644 --- a/README.rst +++ b/README.rst @@ -9,7 +9,7 @@ This Python client provides a simple web application which fetches data from the interface. It can be run with app engine or without. -See `the docs `_ +See `the docs `_ for more information. .. _Google Genomics Api: https://developers.google.com/genomics From 4c5dc0d0eef353f209afb15e1dfb5461879b39a4 Mon Sep 17 00:00:00 2001 From: cassiedoll Date: Mon, 9 Jun 2014 09:40:50 -0700 Subject: [PATCH 02/42] First attempt at incorporating variant data - generalizes ui to show and search over readsets and callsets - supports multiple callsets at a time (still limited to one readset for now) - height of the graph now adjusts to accommodate the available data - lots of cleanup still needed - big todo for supporting data from multiple backends (will prob need to change the hash format a bit) --- main.html | 61 ++++++--- main.py | 60 ++++++--- static/css/main.css | 24 +++- static/js/main.js | 232 +++++++++++++++++++++++++-------- static/js/readgraph.js | 282 ++++++++++++++++++++++++++++++----------- 5 files changed, 484 insertions(+), 175 deletions(-) diff --git a/main.html b/main.html index 0564556..1022ae8 100644 --- a/main.html +++ b/main.html @@ -53,11 +53,11 @@

GABrowse is a sample application designed to demonstrate the capabilities of the GA4GH Reads API v0.1.

-

Currently, you can view Reads from Google, NCBI and EBI.

+

Currently, you can view data from Google, NCBI and EBI.