SynBioDex / pySBOL3

Native python implementation of SBOL 3.0 specification
MIT License
37 stars 16 forks source link

Provide some stability in dependent names #368

Closed tcmitchell closed 2 years ago

tcmitchell commented 2 years ago

When top levels are cloned/copied, the dependent objects get renamed and sometimes this can mean a different name, making it hard to find a dependent object in the future. Make an attempt at naming stability by honoring an existing display_id if it exists.