SynBioDex / pySBOL2

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

Retain referenced objects on copy #399

Closed tcmitchell closed 3 years ago

tcmitchell commented 3 years ago

When copying objects, if a referenced object is not in the document, retain the reference instead of dropping it.

Fixes #397