Skip to content

Commit ddbcdc9

Browse files
committed
Update valid modifications in json schema test
1 parent ee40209 commit ddbcdc9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

indra/tests/test_json_schema.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,10 @@ def test_valid_modification():
6161
'Myristoylation', 'Demyristoylation', 'Ribosylation',
6262
'Deribosylation', 'Methylation', 'Demethylation',
6363
'Activation', 'Inhibition', 'IncreaseAmount',
64-
'DecreaseAmount']
64+
'DecreaseAmount', 'Carboxylation', 'Decarboxylation',
65+
'Amidation', 'Deamidation', 'Sulfation', 'Desulfation',
66+
'Neddylation', 'Deneddylation', 'Alkylation',
67+
'Dealkylation', 'Prenylation', 'Deprenylation']
6568

6669
for mod_type in mod_types:
6770
s = {'enz': valid_agent1, 'sub': valid_agent2,

0 commit comments

Comments
 (0)