Skip to content
This repository has been archived by the owner on Sep 7, 2022. It is now read-only.

Commit

Permalink
Add interpro
Browse files Browse the repository at this point in the history
  • Loading branch information
cthoyt committed Nov 20, 2018
1 parent ffdace4 commit ceaf63e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/biokeen/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
DRUGBANK_NAME = 'drugbank'
ADEPTUS_NAME = 'adeptus'
HSDN_NAME = 'hsdn'
INTERPRO_NAME = 'interpro'

# ToDo: Add databases
DATABASES = [
Expand All @@ -38,6 +39,7 @@
DRUGBANK_NAME,
ADEPTUS_NAME,
HSDN_NAME,
INTERPRO_NAME,
]

ID_TO_DATABASE_MAPPING = dict(enumerate(DATABASES, start=1))

0 comments on commit ceaf63e

Please sign in to comment.