SynBioDex / pySBOL3

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

Progress on implicit list wrapping for singleton initial values #355

Closed tcmitchell closed 3 years ago

tcmitchell commented 3 years ago

Interim progress on allowing singleton values for initializing list properties of SBOL objects. The singleton values are automatically wrapped into lists. This is a work in progress. Some fields are supported, others are not. Proceed with caution.

See #301