diff options
author | zsloan | 2024-10-17 18:57:36 +0000 |
---|---|---|
committer | zsloan | 2024-10-17 18:57:36 +0000 |
commit | dd21462e3a8d2b9481f521dc25c4303be2b1760f (patch) | |
tree | 8d8c4e5aee3059f88c972df28791648c054da4c6 /gn2 | |
parent | c823504e6e5b078b0319b21a527a7a43ff4dd7cf (diff) | |
download | genenetwork2-dd21462e3a8d2b9481f521dc25c4303be2b1760f.tar.gz |
Remove GeneWeaver link
It currently doesn't work and we're not sure what request is needed to get it working again.
It seems like GeneWeaver may have replaced their previous functionality with just a REST API, so if we reimplement this we may need to handle the display ourselves (since GeneWeaver may only return results as JSON)
Diffstat (limited to 'gn2')
-rw-r--r-- | gn2/wqflask/templates/tool_buttons.html | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gn2/wqflask/templates/tool_buttons.html b/gn2/wqflask/templates/tool_buttons.html index 3e716d70..5ba60acf 100644 --- a/gn2/wqflask/templates/tool_buttons.html +++ b/gn2/wqflask/templates/tool_buttons.html @@ -10,10 +10,6 @@ WebGestalt </button> -<button id="send_to_geneweaver" class="btn btn-primary submit_special" data-url="/geneweaver_page" title="GeneWeaver" > - GeneWeaver -</button> - <button id="send_to_bnw" class="btn btn-primary submit_special" data-url="/bnw_page" title="Bayesian network software for causal modeling and reasoning, with an intuitive interface to incorporate biological knowledge and a complete pipeline from data to model to prediction" > BNW </button> |