diff options
author | zsloan | 2024-07-03 20:55:37 +0000 |
---|---|---|
committer | zsloan | 2024-07-03 20:55:37 +0000 |
commit | 92e0c8b492e96f5875bc2bb1df3e043abde2f280 (patch) | |
tree | 4a243545b9cb48d92eb3e02f82882f21644f7203 /gn2/wqflask/templates/tool_buttons.html | |
parent | 0ba243e6ed4af57c8638bfe8a81ec5551589d96a (diff) | |
download | genenetwork2-92e0c8b492e96f5875bc2bb1df3e043abde2f280.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.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> |