Skip to content
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

Redundant XML nodes in eukaryotic_transcriptional_unit.xml #1

Open
bbartley opened this issue Jan 12, 2018 · 2 comments
Open

Redundant XML nodes in eukaryotic_transcriptional_unit.xml #1

bbartley opened this issue Jan 12, 2018 · 2 comments

Comments

@bbartley
Copy link

It looks like objects http://michael.zhang/Pro_CombinatorialDerivation and http://michael.zhang/Eukaryotic_Transcriptional_Unit_CombinatorialDerivation have redundant prov:wasGeneratedBy nodes, for example:

<prov:wasGeneratedBy rdf:resource="http://michael.zhang/Eukaryotic_Transcriptional_Unit_SBOLDesignerActivity/1"/>
<prov:wasGeneratedBy rdf:resource="http://michael.zhang/Eukaryotic_Transcriptional_Unit_SBOLDesignerActivity/1"/>

This flags a round-trip error with libSBOL, which serializes these as a single node.

@michael13162 michael13162 self-assigned this Jan 12, 2018
@michael13162
Copy link
Contributor

Thanks for reporting this Bryan. I took a look at the libSBOLj implementation, and wasGeneratedBys is a Set, so it fundamentally can't contain the same URI twice. This is likely a problem with libSBOLj's serialization. For now, I've removed the duplicate lines in the xml file.

@michael13162 michael13162 removed their assignment Jan 12, 2018
@cjmyers
Copy link
Contributor

cjmyers commented Jan 13, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants