diff options
author | zsloan | 2020-02-18 11:24:56 -0600 |
---|---|---|
committer | zsloan | 2020-02-18 11:24:56 -0600 |
commit | abbad7e660cfa77e86be50be9f9271599ed6bec5 (patch) | |
tree | fa6b22b7f38fc991b3fcbbe88324804ffece5874 | |
parent | 5ea3aac8025334d9a2ecb509d674eea1a1e36b4c (diff) | |
download | genenetwork2-abbad7e660cfa77e86be50be9f9271599ed6bec5.tar.gz |
Added BXD Power Calculator to Tools menu dropdown
-rw-r--r-- | wqflask/wqflask/templates/base.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wqflask/wqflask/templates/base.html b/wqflask/wqflask/templates/base.html index 3225b558..6bb9a685 100644 --- a/wqflask/wqflask/templates/base.html +++ b/wqflask/wqflask/templates/base.html @@ -67,6 +67,7 @@ <li><a href="http://bnw.genenetwork.org/BNW/sourcecodes/home.php">Bayesian Network Webserver</a></li> <li><a href="https://systems-genetics.org/">Systems Genetics PheWAS</a></li> <li><a href="http://ucscbrowser.genenetwork.org/">Genome Browser</a></li> + <li><a href="http://power.genenetwork.org">BXD Power Calculator</a></li> </ul> </li> <li class=""> |