You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What are you using to read the files exactly? Is there any additional context of URI Prefix?
I recently updated the LCP repo version of cello to use libsbolj-2.2.1, an upgrade from 2.0.0 which came out in 2015. Cello was always using setDefaultURIprefix from libsbolj on the SBOLDocument, and it seems that all URI's in the output xml are prefixed with the URI provided (http://cellocad.org/) so I'm not sure what might be causing your issue.
You can try the attached sbol (just rename the file with an .sbol extension if you need to) that was generated after the libsbolj version bump. I do see two validation exceptions when this sbol is produced, but nothing about a uri prefix. test.txt
So I've been playing around with the SBOL reader and it turns out that the SBOL output for Cello is invalid.
Currently the main issue is that the output has no
URI Prefix
which is expected by the SBOL reading library.The text was updated successfully, but these errors were encountered: