Skip to content

Commit

Permalink
Merge pull request #442 from Yehuda-Binik/yehuda-differs_from
Browse files Browse the repository at this point in the history
Added the missing #differentFrom constant to constants.py
  • Loading branch information
jakebeal authored Oct 17, 2024
2 parents 8562f0a + c1dd90d commit a2a6b42
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sbol2/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@
SBOL_RESTRICTION_SAME_ORIENTATION_AS = SBOL_URI + "#sameOrientationAs"
# Option for SequenceConstraint::restriction property
SBOL_RESTRICTION_OPPOSITE_ORIENTATION_AS = SBOL_URI + "#oppositeOrientationAs"
# Option for SequenceConstraint::restriction property
SBOL_RESTRICTION_DIFFERENT_FROM = SBOL_URI + "#differentFrom"
# Option for Sequence::encoding property
SBOL_ENCODING_IUPAC = "http://www.chem.qmul.ac.uk/iubmb/misc/naseq.html"
# Option for Sequence::encoding property
Expand Down

0 comments on commit a2a6b42

Please sign in to comment.