diff options
author | Zachary Sloan | 2012-09-14 16:18:47 -0500 |
---|---|---|
committer | Zachary Sloan | 2012-09-14 16:18:47 -0500 |
commit | 9ac815b8f6977743dacfe767aabdf4523895fe7c (patch) | |
tree | 56f4c168831c4ab054f5a6e8944b2082b6256720 /wqflask/base/webqtlFormData.py | |
parent | a979480aae5eaa056c84dc3cb05a5e2443c4fbd0 (diff) | |
download | genenetwork2-9ac815b8f6977743dacfe767aabdf4523895fe7c.tar.gz |
Got the dynamic javascript stats table working
Diffstat (limited to 'wqflask/base/webqtlFormData.py')
-rwxr-xr-x | wqflask/base/webqtlFormData.py | 1 |
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') |