SynBioDex / libSBOLj

Java Library for Synthetic Biology Open Language (SBOL)
Apache License 2.0
37 stars 24 forks source link

Check if at least one of variants, variantCollections, and variantDerivations is set #540

Closed cjmyers closed 6 years ago

cjmyers commented 6 years ago

This is sbol-13006. This one is tricky since we like to not create invalid things, so ideally we would force people to send a variant (i.e., a CD), a Collection, or a Derivation to the create method. This is a bit awkward though. Would be nice if this were demoted to a best practice.

cjmyers commented 6 years ago

Implemented as a best practice check and logged specification issue to demote this one to best practice.