diff options
author | zsloan | 2020-12-18 14:33:44 -0600 |
---|---|---|
committer | zsloan | 2020-12-18 14:33:44 -0600 |
commit | 20314199985aa21a00a47f3c7b053ec49bc8b60d (patch) | |
tree | 262fe07267d975ac8178598a9d0dea40ae41688d /wqflask | |
parent | 66b8f70f162f2d6356c6e9af5066c5b90335f7c2 (diff) | |
download | genenetwork2-20314199985aa21a00a47f3c7b053ec49bc8b60d.tar.gz |
Added sample_vals input element that is meant to contain JSON for all sample values (pulled from the sample table using DataTables API in show_trait.js)
Diffstat (limited to 'wqflask')
-rw-r--r-- | wqflask/wqflask/templates/show_trait.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wqflask/wqflask/templates/show_trait.html b/wqflask/wqflask/templates/show_trait.html index c881eb76..77fc9342 100644 --- a/wqflask/wqflask/templates/show_trait.html +++ b/wqflask/wqflask/templates/show_trait.html @@ -35,6 +35,7 @@ <input type="hidden" name="genofile" value=""> <input type="hidden" name="covariates" value=""> <input type="hidden" name="transform" value=""> + <input type="hidden" name="sample_vals" value=""> <div class="container showtrait-main-div"> <div class="panel-group" id="accordion"> |