about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--wqflask/wqflask/templates/loading.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/wqflask/wqflask/templates/loading.html b/wqflask/wqflask/templates/loading.html
index 69610f34..7344b918 100644
--- a/wqflask/wqflask/templates/loading.html
+++ b/wqflask/wqflask/templates/loading.html
@@ -15,6 +15,9 @@
         <i>n</i> = {{ start_vars.n_samples }}
         <br>
         Method = {% if start_vars.method == "gemma" %}GEMMA{% else %}{{ start_vars.method }}{% endif %}
+        <br>
+        {% set genofile_desc = start_vars.genofile.split(":")[1] %}
+        Genotype File = {{ genofile_desc }}
         {% if start_vars.num_perm | int > 0 %}
         <br>
         # Permutations = {{ start_vars.num_perm }}