diff options
author | zsloan | 2021-08-23 19:31:18 +0000 |
---|---|---|
committer | zsloan | 2021-08-23 19:31:18 +0000 |
commit | 629aab0ef51c2c6f7d4f479e51a7168d9aa14d41 (patch) | |
tree | 12e2a233cb4474e35f96aef53e32b3252bab75c6 | |
parent | 7546da17cc5b7a2f97b490e1593b41609b281a43 (diff) | |
download | genenetwork2-629aab0ef51c2c6f7d4f479e51a7168d9aa14d41.tar.gz |
Removed unused variable from list of 'wanted' variables for mapping
-rw-r--r-- | wqflask/wqflask/views.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/wqflask/wqflask/views.py b/wqflask/wqflask/views.py index 957c34be..11a9380c 100644 --- a/wqflask/wqflask/views.py +++ b/wqflask/wqflask/views.py @@ -1067,7 +1067,6 @@ def mapping_results_page(): 'num_perm', 'permCheck', 'perm_strata', - 'strat_var', 'categorical_vars', 'perm_output', 'num_bootstrap', |