Skip to content

Commit 4257b5f

Browse files
committed
update validation to allow novel reactions in templates
1 parent 904dea0 commit 4257b5f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Scripts/Validation/Validate_Templates.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,8 @@ def validate_reaction_list(path, rxn_set, complex_set):
6969
file=sys.stderr)
7070
exit_code = 1
7171
if undef_rxns:
72-
print("ERROR-Undefined Reactions: " + ", ".join(undef_rxns),
72+
print("WARNING-Reactions not defined in main biochemistry: " + ", ".join(undef_rxns),
7373
file=sys.stderr)
74-
exit_code = 1
7574
if undef_complex:
7675
print("ERROR-Undefined Complexes: " + ", ".join(undef_complex),
7776
file=sys.stderr)

0 commit comments

Comments
 (0)