@@ -63,7 +63,7 @@ private Parts() {
6363 public static final Part PBS = createPart ("Primer Binding Site" , "PBS" , "primer-binding-site.png" ,
6464 ImageType .SHORT_OVER_BASELINE , SequenceOntology .PRIMER_BINDING_SITE );
6565 public static final Part CUT = createPart ("Sticky End Restriction Enzyme Cleavage Site" , "CUT" , "cut.png" ,
66- ImageType .CENTERED_ON_BASELINE , "SO:0001692 " );
66+ ImageType .CENTERED_ON_BASELINE , "SO:0001975 " );
6767 public static final Part SCAR = createPart ("Assembly Scar" , "Scar" , "assembly-junction.png" ,
6868 ImageType .CENTERED_ON_BASELINE , "SO:0001953" );
6969 public static final Part OP = createPart ("Operator" , "Op" , "operator.png" , ImageType .CENTERED_ON_BASELINE ,
@@ -73,9 +73,9 @@ private Parts() {
7373 public static final Part BRS = createPart ("Blunt Restriction Site" , "BRS" , "blunt-restriction-site.png" ,
7474 ImageType .CENTERED_ON_BASELINE , "SO:0001691" );
7575 public static final Part FIVEOH = createPart ("5' Overhang" , "_5OH" , "five-prime-overhang.png" ,
76- ImageType .CENTERED_ON_BASELINE , "SO:0001933" );
77- public static final Part THREEOH = createPart ("3' Overhang" , "_3OH" , "three-prime-overhang.png" ,
7876 ImageType .CENTERED_ON_BASELINE , "SO:0001932" );
77+ public static final Part THREEOH = createPart ("3' Overhang" , "_3OH" , "three-prime-overhang.png" ,
78+ ImageType .CENTERED_ON_BASELINE , "SO:0001933" );
7979 public static final Part APTAMER = createPart ("Aptamer" , "APT" , "aptamer.png" , ImageType .TALL_OVER_BASELINE ,
8080 "SO:0000031" );
8181 public static final Part POLYA = createPart ("PolyA Site" , "PolyA" , "poly-a-site.png" , ImageType .SHORT_OVER_BASELINE ,
@@ -98,7 +98,7 @@ private Parts() {
9898 public static final Part PS = createPart ("Protease Site" , "PS" , "protease-site.png" , ImageType .SHORT_OVER_BASELINE ,
9999 "SO:0001956" );
100100 public static final Part RSE = createPart ("RNA Stability Element" , "RSE" , "rna-stability-element.png" ,
101- ImageType .SHORT_OVER_BASELINE , "SO:0001957 " );
101+ ImageType .SHORT_OVER_BASELINE , "SO:0001979 " );
102102 public static final Part PSE = createPart ("Protein Stability Element" , "PSE" , "protein-stability-element.png" ,
103103 ImageType .SHORT_OVER_BASELINE , "SO:0001955" );
104104
0 commit comments