Closed cthoyt closed 6 years ago
I just ran
bio2bel_expasy populate bio2bel_expasy web
and there aren't any entries in the parents column. Also, each enzyme only has one parent so it should be reflected in the ORM relationship (uselist=False) and in the way that the entry is assigned (not with .append)
yep, it just builds 3 to 4 layers
https://github.com/bio2bel/expasy/commit/cc1338d39a04be7a83b39c823e552c1a7fc8ca4e
I just ran
and there aren't any entries in the parents column. Also, each enzyme only has one parent so it should be reflected in the ORM relationship (uselist=False) and in the way that the entry is assigned (not with .append)