diff options
author | Zachary Sloan | 2013-09-24 14:25:28 -0500 |
---|---|---|
committer | Zachary Sloan | 2013-09-24 14:25:28 -0500 |
commit | 4c37e3962d6f34a935ea23511e5b760be4208474 (patch) | |
tree | 4b2943bab97b70fc6faeaf43741f120984bcee33 /web | |
parent | ce5d2b86af694c266cc0159be0438f187a058c20 (diff) | |
download | genenetwork2-4c37e3962d6f34a935ea23511e5b760be4208474.tar.gz |
Just committing a few additions to the interval mapping code
Diffstat (limited to 'web')
-rwxr-xr-x | web/webqtl/intervalMapping/IntervalMappingPage.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/webqtl/intervalMapping/IntervalMappingPage.py b/web/webqtl/intervalMapping/IntervalMappingPage.py index 4bdf45ab..c3ef1cbd 100755 --- a/web/webqtl/intervalMapping/IntervalMappingPage.py +++ b/web/webqtl/intervalMapping/IntervalMappingPage.py @@ -2038,7 +2038,7 @@ class IntervalMappingPage(templatePage): qtlresult = self.genotype.regression(strains = _strains, trait = _vals) self.qtlresults.append(qtlresult) - + if not self.multipleInterval: if self.controlLocus and self.selectedChr > -1: self.genotype.chromosome = [self.genotype[self.selectedChr]] |