bio2bel / hmdb

A Bio2BEL package for converting the Human Metabolite Database (HMDB) to BEL
http://bio2bel-hmdb.rtfd.io/
MIT License
5 stars 1 forks source link

Documentation for all database fields #2

Closed cthoyt closed 7 years ago

cthoyt commented 7 years ago

Use the doc keyword argument in Column objects. Example:

iupac = Column(String, nullable=False, doc='A unique representation of a chemical structure')