1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# Marker mapping
Marker regression is broken with
```
Traceback (most recent call last):
File "/gnshare/gn/web/webqtl/cmdLine/webqtlCmdLine.py", line 170, in ?
page = MarkerRegressionPage.MarkerRegressionPage(fd)
File "/gnshare/gn/web/webqtl/cmdLine/../markerRegression/MarkerRegressionPage.py", line 203, in __init__
resultstable,tblobj,bottomInfo = self.GenReport(ChrNameOrderIdDict,fd, _genotype, _strains, _vals, _vars)
File "/gnshare/gn/web/webqtl/cmdLine/../markerRegression/MarkerRegressionPage.py", line 438, in GenReport
qtlresults = _genotype.regression(strains = _strains, trait = _vals)
AttributeError: 'genotype' object has no attribute 'regression'
```
## Tags
* assigned: zachs, pjotrp
* type: bug
* priority: high
* status: closed
* keywords: marker,GN1
## Info
Works on production now.
|