-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sbolgraph cannot handle CombinatorialDerivation objects #17
Comments
This should be fixed in the latest version of sboltools, v0.3.0. |
Thanks, @udp; let me add a test case and make sure it works for me as well. |
I'm getting the same error, though the line numbers are different in the new release:
My test case is this file https://github.com/SynBioDex/SBOL-utilities/blob/develop/test/test_files/constraints_library.nt |
Ok my release workflow isn't quite there yet - looks like an older version of sbolgraph got baked in. Fixing it now |
It should be working now with sboltools 0.4.0: https://github.com/sboltools/sboltools/releases/tag/v0.4.0 |
I'm running into a problem with my usage --- it appears there's a bunch of debugging information being dumped into the output stream as well now, which is making the files not valid RDF-XML. Is there an option I can add to turn that off? Example output:
|
That's annoying! Should be fixed now: |
Getting closer now; I've got a couple of errors in content now, but I don't yet know whether they're issues in sbolgraph or issues that sbolgraph is now revealing about my own library... |
Looks like SBOL Currently, the SBOL2 file is technically valid but incomplete (since it's missing the variables), but becomes invalid on conversion back to SBOL3, where the links are to child objects and not allowed to be missing. An example of a file where this is happening: constraints_library.nt.txt |
I am also struggling with this, at least I assume it is this: Traceback (most recent call last): |
Any file with a CombinatorialDerivation currently produces an opaque failure because sbolgraph currently does not know about CombinatorialDerivation objects.
Example failure:
The text was updated successfully, but these errors were encountered: