MatsDahlberg / clinicalDB

0 stars 0 forks source link

Error when requesting compounds #43

Open robinandeer opened 10 years ago

robinandeer commented 10 years ago

Happens for family 3 but doesn't seem to affect other families.

Call: /compounds?variant_id=75520801

Traceback:

Traceback (most recent call last):
  File "/home/scout/scoutApp/lib/python2.7/site-packages/tornado/web.py", line 1220, in _when_complete
    callback()
  File "/home/scout/scoutApp/lib/python2.7/site-packages/tornado/web.py", line 1241, in _execute_method
    self._when_complete(method(*self.path_args, **self.path_kwargs),
  File "/home/scout/scoutApp/clinicalDB_dev/clinic.py", line 184, in get
    if tData[0].iem == 'NO':
IndexError: list index out of range

EDIT: doesn't seem to affect port 8082, only 8084.