diff options
author | Pjotr Prins | 2016-10-09 10:51:23 +0000 |
---|---|---|
committer | Pjotr Prins | 2016-10-09 10:51:23 +0000 |
commit | 5bb243958f1ea5b38a359b327e84cb1ea4f38e05 (patch) | |
tree | 94b5680eb5cedd9c3cd37dc93d4ed3923f4fa803 /wqflask | |
parent | 03ba5bf1edcf4f7adec15b51d0d8e22274fd4a07 (diff) | |
download | genenetwork2-5bb243958f1ea5b38a359b327e84cb1ea4f38e05.tar.gz |
CTL: show correct # of phenotypes also in results page
Diffstat (limited to 'wqflask')
-rw-r--r-- | wqflask/wqflask/templates/ctl_results.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/wqflask/templates/ctl_results.html b/wqflask/wqflask/templates/ctl_results.html index a5cb1c08..00ccecb6 100644 --- a/wqflask/wqflask/templates/ctl_results.html +++ b/wqflask/wqflask/templates/ctl_results.html @@ -4,7 +4,7 @@ {% block content %} <!-- Start of body --> <div class="container"> <h1>CTL Results</h1> - {{(request.form['trait_list'].split(',')|length -1)}} phenotypes as input<br> + {{(request.form['trait_list'].split(',')|length)}} phenotypes as input<br> <h3>Network Figure</h3> <a href="/tmp/{{ results['imgurl1'] }}"> <img alt="Embedded Image" src="data:image/png;base64, |