aboutsummaryrefslogtreecommitdiff
path: root/gn2/wqflask/templates/tool_buttons.html
diff options
context:
space:
mode:
authorzsloan2024-07-03 20:55:37 +0000
committerAlexander_Kabui2024-08-28 15:02:45 +0300
commit6d6a22d592ec6f55a74769d5b9a13aea7eadfc8b (patch)
tree87736c0e802c3f1b72d22f87c96e7f23241f1c73 /gn2/wqflask/templates/tool_buttons.html
parent80f67126785de288f9c3d69f759d757fd60641d3 (diff)
downloadgenenetwork2-6d6a22d592ec6f55a74769d5b9a13aea7eadfc8b.tar.gz
Add link to GeneCup to tool buttons
This also includes a function for converting a list of traits/datasets to symbols, which was added to trait.py
Diffstat (limited to 'gn2/wqflask/templates/tool_buttons.html')
-rw-r--r--gn2/wqflask/templates/tool_buttons.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/gn2/wqflask/templates/tool_buttons.html b/gn2/wqflask/templates/tool_buttons.html
index c6d1476c..3e716d70 100644
--- a/gn2/wqflask/templates/tool_buttons.html
+++ b/gn2/wqflask/templates/tool_buttons.html
@@ -18,6 +18,10 @@
BNW
</button>
+<button id="send_to_genecup" class="btn btn-primary submit_special" data-url="/genecup" >
+ GeneCup
+</button>
+
<button id="wgcna_setup" class="btn btn-primary submit_special" data-url="/wgcna_setup" title="WGCNA Analysis" >
WGCNA
</button>