Skip to content

Commit c1dd90d

Browse files
committed
Added the missing #differentFrom constant
1 parent 1deaf82 commit c1dd90d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

sbol2/constants.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,8 @@
132132
SBOL_RESTRICTION_SAME_ORIENTATION_AS = SBOL_URI + "#sameOrientationAs"
133133
# Option for SequenceConstraint::restriction property
134134
SBOL_RESTRICTION_OPPOSITE_ORIENTATION_AS = SBOL_URI + "#oppositeOrientationAs"
135+
# Option for SequenceConstraint::restriction property
136+
SBOL_RESTRICTION_DIFFERENT_FROM = SBOL_URI + "#differentFrom"
135137
# Option for Sequence::encoding property
136138
SBOL_ENCODING_IUPAC = "http://www.chem.qmul.ac.uk/iubmb/misc/naseq.html"
137139
# Option for Sequence::encoding property

0 commit comments

Comments
 (0)