Skip to content

Commit

Permalink
Add BEL encoding to drug model
Browse files Browse the repository at this point in the history
  • Loading branch information
cthoyt committed Feb 24, 2019
1 parent fe2bd3e commit cb0fa19
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/bio2bel_drugbank/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,8 @@ class Drug(Base):
inchi = Column(Text, nullable=True)
inchikey = Column(String(255), nullable=True)

bel_encoding = 'A'

def __repr__(self):
return self.name

Expand Down

0 comments on commit cb0fa19

Please sign in to comment.