Skip to content

Commit

Permalink
added import of hmdb from pypath
Browse files Browse the repository at this point in the history
  • Loading branch information
for-hyde committed Sep 26, 2024
1 parent ac16a7e commit f5bb3c4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions omnipath_metabo/schema/_structure.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from sqlalchemy import create_engine, Column, Integer, String
from ._base import Base

from pypath.inputs import hmdb

class Structure(Base):
__tablename__ = 'structures'
Expand All @@ -11,4 +11,8 @@ class Structure(Base):

class Hmdb(Base):
scheme = Structure


df = hm



0 comments on commit f5bb3c4

Please sign in to comment.