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

Commit

Permalink
Add adeptus and hsdn to list
Browse files Browse the repository at this point in the history
  • Loading branch information
cthoyt committed Nov 20, 2018
1 parent 7eccebe commit 031dd54
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/biokeen/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,24 +16,28 @@

# Available databases
COMPATH_NAME = 'compath'
HIPPE_NAME = 'hippie'
HIPPIE_NAME = 'hippie'
KEGG_NAME = 'kegg'
MIRTARBASE_NAME = 'mirtarbase'
MSIG_NAME = 'msig'
REACTOME_NAME = 'reactome'
WIKIPATHWAYS_NAME = 'wikipathways'
DRUGBANK_NAME = 'drugbank'
ADEPTUS_NAME = 'adeptus'
HSDN_NAME = 'hsdn'

# ToDo: Add databases
DATABASES = [
COMPATH_NAME,
HIPPE_NAME,
HIPPIE_NAME,
KEGG_NAME,
MIRTARBASE_NAME,
MSIG_NAME,
REACTOME_NAME,
WIKIPATHWAYS_NAME,
DRUGBANK_NAME,
ADEPTUS_NAME,
HSDN_NAME,
]

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

0 comments on commit 031dd54

Please sign in to comment.