matthiaskoenig / brendapy

BRENDA parser in python
GNU Lesser General Public License v3.0
19 stars 6 forks source link

Incorrect references for source tissue #13

Closed DeepaMahm closed 5 years ago

DeepaMahm commented 5 years ago

Test case: ec : '6.4.1.3' organism: Homo sapiens protein id: 3

Output Obtained:


  ('ST',
              [{'data': 'lymphocyte', 'refs': [3]},
               {'data': 'skin fibroblast', 'refs': [3]},
               {'data': 'liver', 'refs': [3, 4, 6]}]),

All three tissues are mapped to same reference [3]. On webpage the tissues are linked to different references. image