summaryrefslogtreecommitdiff
path: root/issues/genenetwork1/gn1-mapping-broken.gmi
blob: 6a32053df13d627a889099b3f16803b40362527b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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
* bug