Skip to content

Commit a472beb

Browse files
author
Christopher Henry
committed
Fixing reaction scoring
1 parent 0b28901 commit a472beb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modelseedpy/core/msmodelutl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -910,7 +910,7 @@ def assign_reliability_scores_to_reactions(self):
910910
reversescore += 100
911911
elif msrxn.metabolites[cpd] > 0:
912912
forwardscore += 100
913-
if cpd.inchi_key() == None:
913+
if cpd.inchi_key == None:
914914
basescore += 40
915915
if cpd.formula == None:
916916
basescore += 60

0 commit comments

Comments
 (0)