about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--wqflask/wqflask/templates/mapping_results.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/wqflask/wqflask/templates/mapping_results.html b/wqflask/wqflask/templates/mapping_results.html
index be285d15..98931166 100644
--- a/wqflask/wqflask/templates/mapping_results.html
+++ b/wqflask/wqflask/templates/mapping_results.html
@@ -20,6 +20,9 @@
         {% if gwa_filename is defined %}
         <input type="hidden" name="gwa_filename" value="{{ gwa_filename }}">
         {% endif %}
+        {% if reaper_version is defined %}
+        <input type="hidden" name="reaper_version" value="{{ reaper_version }}">
+        {% endif %}
         <input type="hidden" name="results_path" value="{{ mapping_results_path }}">
         <input type="hidden" name="method" value="{{ mapping_method }}">
         <input type="hidden" name="samples" value="{{ samples|join(",") }}">