From 0fd90b4c3578121aaa36ef57bebfbece1c05cbdd Mon Sep 17 00:00:00 2001 From: christian Date: Tue, 16 Aug 2016 16:07:57 +0200 Subject: Add SNP density track to BD browser --- wqflask/wqflask/static/new/javascript/biodalliance.js | 2 +- wqflask/wqflask/templates/marker_regression_gn1.html | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/wqflask/wqflask/static/new/javascript/biodalliance.js b/wqflask/wqflask/static/new/javascript/biodalliance.js index cc625150..3cfc26eb 100644 --- a/wqflask/wqflask/static/new/javascript/biodalliance.js +++ b/wqflask/wqflask/static/new/javascript/biodalliance.js @@ -23,7 +23,7 @@ BD.createBrowser = function(chr, start, end, speciesName, sources) { sources: sources, - maxHeight: 900, + maxHeight: 1000, setDocumentTitle: false, prefix: '/dalliance/', workerPrefix: 'build/', diff --git a/wqflask/wqflask/templates/marker_regression_gn1.html b/wqflask/wqflask/templates/marker_regression_gn1.html index 1e570581..71d92a23 100644 --- a/wqflask/wqflask/templates/marker_regression_gn1.html +++ b/wqflask/wqflask/templates/marker_regression_gn1.html @@ -431,11 +431,15 @@ STEPS: 500, COLOR1: "blue", } - }] + }], + }); + BD.putSource({name: 'SNP density', + jbURI: "http://test-gn2.genenetwork.org/api_pre1/snp", + jbQuery: "", + stylesheet_uri: "http://test-gn2.genenetwork.org/api_pre1/stylesheets/snp-stylesheet.xml", }); -