aboutsummaryrefslogtreecommitdiff
path: root/wqflask/base/webqtlFormData.py
diff options
context:
space:
mode:
authorZachary Sloan2012-09-14 16:18:47 -0500
committerZachary Sloan2012-09-14 16:18:47 -0500
commit9ac815b8f6977743dacfe767aabdf4523895fe7c (patch)
tree56f4c168831c4ab054f5a6e8944b2082b6256720 /wqflask/base/webqtlFormData.py
parenta979480aae5eaa056c84dc3cb05a5e2443c4fbd0 (diff)
downloadgenenetwork2-9ac815b8f6977743dacfe767aabdf4523895fe7c.tar.gz
Got the dynamic javascript stats table working
Diffstat (limited to 'wqflask/base/webqtlFormData.py')
-rwxr-xr-xwqflask/base/webqtlFormData.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/wqflask/base/webqtlFormData.py b/wqflask/base/webqtlFormData.py
index 9f58d437..a8aef2a5 100755
--- a/wqflask/base/webqtlFormData.py
+++ b/wqflask/base/webqtlFormData.py
@@ -45,6 +45,7 @@ from utility import webqtlUtil
class webqtlFormData:
'Represents data from a WebQTL form page, needed to generate the next page'
+
attrs = ('formID','RISet','genotype','strainlist','allstrainlist',
'suggestive','significance','submitID','identification', 'enablevariance',
'nperm','nboot','email','incparentsf1','genotype_1','genotype_2','traitInfo')