SD2E / opil

The Open Protocol Interface Language (OPIL) is intended as a standard language for protocol interfaces
5 stars 1 forks source link

Unable to instantiate sbol3.SubComponent as opil.SubComponent #166

Open tramyn opened 3 years ago

tramyn commented 3 years ago

I thought I could import an SubComponent using opil but am unable to do so. Are there a guideline when users should use which library to instantiate sbol3 and opil objects?

bbartley commented 3 years ago

Hi @tramyn the convention going forward is that you should use the sbol3 library for core sbol classes.

tramyn commented 3 years ago

@bbartley What is defined as core sbol classes?