Skip to content

Commit

Permalink
Added the missing #differentFrom constant
Browse files Browse the repository at this point in the history
  • Loading branch information
Yehuda-Binik committed Oct 10, 2024
1 parent 1deaf82 commit c1dd90d
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 c1dd90d

Please sign in to comment.