Skip to content

Commit

Permalink
Convert act modifiers into tuple
Browse files Browse the repository at this point in the history
  • Loading branch information
ddomingof committed Jul 5, 2019
1 parent dd24c1e commit 71404e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pathme/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,12 @@ def ensure_pathme_folders(): # TODO why is this a function?
'methylation': 'Me',
}

ACTIVITY_ALLOWED_MODIFIERS = {
ACTIVITY_ALLOWED_MODIFIERS = (
abundance,
protein,
complex_abundance,
rna
}
)

KEGG_CITATION = '10592173'
REACTOME_CITATION = '29145629'
Expand Down

0 comments on commit 71404e2

Please sign in to comment.