diff --git a/omnipath_metabo/schema/_structure.py b/omnipath_metabo/schema/_structure.py index 81e6cf3..aba0bee 100644 --- a/omnipath_metabo/schema/_structure.py +++ b/omnipath_metabo/schema/_structure.py @@ -12,7 +12,11 @@ class Structure(Base): class Hmdb(Base): scheme = Structure -df = hm + def __init__(self): - - \ No newline at end of file + pass + + + def __iter__(self): + + for met in hmdb.iter_metabolites():