SynBioDex / pySBOL2

A pure Python implementation of the SBOL standard.
Apache License 2.0
21 stars 7 forks source link

Clear out the document in append #366

Closed tcmitchell closed 4 years ago

tcmitchell commented 4 years ago

When appending, let RDFlib to the work of merging, then clear out the SBOL objects and reload from the merged graph.

Fixes #362