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

Commit

Permalink
Add constant for SIDER
Browse files Browse the repository at this point in the history
  • Loading branch information
mali-git committed Jan 10, 2019
1 parent 2757423 commit 92e01e1
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 @@ -40,6 +40,7 @@ class BiokeenConfig(easy_config.EasyConfig):
MIRTARBASE_NAME = 'mirtarbase'
MSIG_NAME = 'msig'
REACTOME_NAME = 'reactome'
SIDER_NAME = 'sider'
WIKIPATHWAYS_NAME = 'wikipathways'
DRUGBANK_NAME = 'drugbank'
ADEPTUS_NAME = 'adeptus'
Expand All @@ -54,6 +55,7 @@ class BiokeenConfig(easy_config.EasyConfig):
MIRTARBASE_NAME,
MSIG_NAME,
REACTOME_NAME,
SIDER_NAME,
WIKIPATHWAYS_NAME,
DRUGBANK_NAME,
ADEPTUS_NAME,
Expand Down

0 comments on commit 92e01e1

Please sign in to comment.