Skip to content

Commit

Permalink
Update valid modifications in json schema test
Browse files Browse the repository at this point in the history
  • Loading branch information
kkaris committed Aug 19, 2020
1 parent 8bca0ea commit f19c7e3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion indra/tests/test_json_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,10 @@ def test_valid_modification():
'Myristoylation', 'Demyristoylation', 'Ribosylation',
'Deribosylation', 'Methylation', 'Demethylation',
'Activation', 'Inhibition', 'IncreaseAmount',
'DecreaseAmount']
'DecreaseAmount', 'Carboxylation', 'Decarboxylation',
'Amidation', 'Deamidation', 'Sulfation', 'Desulfation',
'Neddylation', 'Deneddylation', 'Alkylation',
'Dealkylation', 'Prenylation', 'Deprenylation']

for mod_type in mod_types:
s = {'enz': valid_agent1, 'sub': valid_agent2,
Expand Down

0 comments on commit f19c7e3

Please sign in to comment.