diff options
author | zsloan | 2024-07-03 20:55:37 +0000 |
---|---|---|
committer | Alexander_Kabui | 2024-08-28 15:02:45 +0300 |
commit | 6d6a22d592ec6f55a74769d5b9a13aea7eadfc8b (patch) | |
tree | 87736c0e802c3f1b72d22f87c96e7f23241f1c73 /gn2/wqflask/templates | |
parent | 80f67126785de288f9c3d69f759d757fd60641d3 (diff) | |
download | genenetwork2-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')
-rw-r--r-- | gn2/wqflask/templates/tool_buttons.html | 4 |
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> |