We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7713e9e commit 8d7b53fCopy full SHA for 8d7b53f
scaffoldgraph/core/scaffold.py
@@ -108,7 +108,7 @@ def prioritization_rule(self):
108
@prioritization_rule.setter
109
def prioritization_rule(self, value):
110
"""Sets the prioritization rule used to select this scaffold"""
111
- self.mol.SetProp('prioritization', str(value))
+ self.mol.SetProp('prioritization_rule', str(value))
112
113
@property
114
def removed_ring_idx(self):
0 commit comments