Closed tcmitchell closed 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'
Updated the examples with the new encodings.
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: