aboutsummaryrefslogtreecommitdiff
path: root/wqflask
diff options
context:
space:
mode:
authorzsloan2022-04-26 16:54:26 +0000
committerzsloan2022-04-26 16:54:26 +0000
commit46160379cad63ba95a7f9fe76ce8482d2d1016c9 (patch)
treefbc69edf3965c1130d7ec18cd66c6db65e767d63 /wqflask
parentd0efb29688cee6e8dd6086844a7f0b5992228cd7 (diff)
downloadgenenetwork2-46160379cad63ba95a7f9fe76ce8482d2d1016c9.tar.gz
Add left float to permutation histogram so it appears correctly
relative to other figures
Diffstat (limited to 'wqflask')
-rw-r--r--wqflask/wqflask/templates/mapping_results.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/wqflask/wqflask/templates/mapping_results.html b/wqflask/wqflask/templates/mapping_results.html
index b217ed4a..29e9002d 100644
--- a/wqflask/wqflask/templates/mapping_results.html
+++ b/wqflask/wqflask/templates/mapping_results.html
@@ -236,11 +236,10 @@
{% endif %}
</div>
</div>
- <div>
+ <div style="float: left;">
{% if nperm > 0 and permChecked == "ON" %}
<br><br>
<div id="perm_histogram" class="barchart"></div>
- <!--<img src="/generated/{{ perm_filename }}.gif">-->
<br><br>
Total of {{ nperm }} permutations&nbsp;&nbsp;<a href="javascript:;" id="download_perm" target="_blank" >Download Permutation Results</a>
<br>