diff options
author | DannyArends | 2017-02-17 21:37:48 +0100 |
---|---|---|
committer | DannyArends | 2017-02-17 21:37:48 +0100 |
commit | e729dfe1c3f984d83d5ec6f5760a961fbb74babe (patch) | |
tree | 96fc9d8c5dd345bb6f475072219d5d76612fd214 | |
parent | 0c9ec1de388359916abc7386154093fd0d76dbf0 (diff) | |
download | genenetwork2-e729dfe1c3f984d83d5ec6f5760a961fbb74babe.tar.gz |
Polishing, adding the help at the side, PheWAS integrated fully (untill I can talk to Hao)
-rw-r--r-- | wqflask/wqflask/templates/show_trait_PheWAS_tools.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/wqflask/wqflask/templates/show_trait_PheWAS_tools.html b/wqflask/wqflask/templates/show_trait_PheWAS_tools.html index d4e9ae66..c284c456 100644 --- a/wqflask/wqflask/templates/show_trait_PheWAS_tools.html +++ b/wqflask/wqflask/templates/show_trait_PheWAS_tools.html @@ -96,4 +96,14 @@ </ul> </div> </div> + <div class="col-xs-6"> + <dl> + <dt>Phewas</dt> + <dd>PLaceholder.</dd> + <dt>ePhewas</dt> + <dd>PLaceholder.</dd> + <dt>Mediation</dt> + <dd>PLaceholder.</dd> + </dl> + </div> </div> |