diff options
author | zsloan | 2024-11-01 17:45:46 +0000 |
---|---|---|
committer | zsloan | 2024-11-01 17:46:33 +0000 |
commit | 4b72138a541eec9dad101d42da2bba54e8e357fa (patch) | |
tree | 1d0478ab7563c04928e1de022dde51770d5be1a3 /gn2 | |
parent | 8f6f25939ab55509c39328818290de342051edfd (diff) | |
download | genenetwork2-4b72138a541eec9dad101d42da2bba54e8e357fa.tar.gz |
Add Saunak's links to the Tools dropdown
Diffstat (limited to 'gn2')
-rw-r--r-- | gn2/wqflask/templates/base.html | 34 |
1 files changed, 32 insertions, 2 deletions
diff --git a/gn2/wqflask/templates/base.html b/gn2/wqflask/templates/base.html index 76c7df67..cd70668c 100644 --- a/gn2/wqflask/templates/base.html +++ b/gn2/wqflask/templates/base.html @@ -149,10 +149,40 @@ <a href="http://power.genenetwork.org">BXD Power Calculator</a> </li> <li> - <a href="{{ url_for("jupyter_notebooks.launcher") }}">Jupyter Notebooks</a> + <a href="https://files.genenetwork.org/current/">Public Datasets</a> </li> <li> - <a href="https://files.genenetwork.org/current/">Public Datasets</a> + <a href="https://r-forge.r-project.org/R/?group_id=52">R/qtlDesign</a> + </li> + <li> + <a href="https://github.com/senresearch/BigRiverQTLPlots.jl">BigRiverQTLPlots.jl</a> + </li> + <li> + <a href="https://github.com/senresearch/BulkLMM.jl">BulkLMM.jl</a> + </li> + <li> + <a href="https://github.com/senresearch/MetabolomicsWorkbenchAPI.jl">MetabolomicsWorkbenchAPI.jl</a> + </li> + <li> + <a href="https://github.com/senresearch/GeneNetworkAPI.jl">GeneNetworkAPI.jl</a> + </li> + <li> + <a href="https://github.com/senresearch/MatrixLMnet.jl">MatrixLMnet.jl</a> + </li> + <li> + <a href="https://github.com/senresearch/MatrixLM.jl">MatrixLM.jl</a> + </li> + <li> + <a href="https://github.com/senresearch/Helium.jl">Helium.jl</a> + </li> + <li> + <a href="https://github.com/senresearch/GeneticScreens.jl">GeneticScreens.jl</a> + </li> + <li> + <a href="https://github.com/senresearch/FlxQTL.jl">FlxQTL.jl</a> + </li> + <li> + <a href="https://github.com/senresearch/LiteQTL.jl">LiteQTL.jl</a> </li> </ul> </li> |