From c1dd90d29a0e999d516eb2073235fff2ee4f26f5 Mon Sep 17 00:00:00 2001 From: Yehuda Binik Date: Wed, 9 Oct 2024 20:39:20 -0400 Subject: [PATCH] Added the missing #differentFrom constant --- sbol2/constants.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sbol2/constants.py b/sbol2/constants.py index 7e4afae..a5619da 100644 --- a/sbol2/constants.py +++ b/sbol2/constants.py @@ -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