From 9ac815b8f6977743dacfe767aabdf4523895fe7c Mon Sep 17 00:00:00 2001 From: Zachary Sloan Date: Fri, 14 Sep 2012 16:18:47 -0500 Subject: Got the dynamic javascript stats table working --- wqflask/base/webqtlFormData.py | 1 + 1 file changed, 1 insertion(+) (limited to 'wqflask/base') 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') -- cgit 1.4.1