SynBioDex / libSBOLj

Java Library for Synthetic Biology Open Language (SBOL)
Apache License 2.0
37 stars 24 forks source link

Sequence encoding when converting from V1 to V2 is incorrect #266

Closed cjmyers closed 8 years ago

cjmyers commented 8 years ago

The sequence encoding URI used in conversion was:

http://dx.doi.org/10.1021/bi00822a023

It should have been:

http://www.chem.qmul.ac.uk/iubmb/misc/naseq.html

cjmyers commented 8 years ago

This is now fixed. I've also added code to convert the old URI to the new URI, so any converted files with the current library will be fixed.