Skip to content

Commit

Permalink
Hmdb.__iter__: iterate metabolites from inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
deeenes committed Sep 26, 2024
1 parent f5bb3c4 commit b3f52f3
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions omnipath_metabo/schema/_structure.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@ class Structure(Base):
class Hmdb(Base):
scheme = Structure

df = hm
def __init__(self):



pass


def __iter__(self):

for met in hmdb.iter_metabolites():

0 comments on commit b3f52f3

Please sign in to comment.