SynBioDex / SBOLTestSuite

6 stars 10 forks source link

Update sequence encodings in SBOL3 files #32

Closed tcmitchell closed 3 years ago

tcmitchell commented 3 years ago

The sequence encoding URIs are changing in SBOL3 3.0.1. Update the following examples to use the new encodings:

Here are the Python definitions of the new encodings:

IUPAC_DNA_ENCODING = 'https://identifiers.org/edam:format_1207'
IUPAC_RNA_ENCODING = 'https://identifiers.org/edam:format_1207'
IUPAC_PROTEIN_ENCODING = 'https://identifiers.org/edam:format_1208'
INCHI_ENCODING = 'https://identifiers.org/edam:format_1197'
SMILES_ENCODING = 'https://identifiers.org/edam:format_1196'
goksel commented 3 years ago

Updated the examples with the new encodings.