SynBioDex / SBOL-visual

The reference implementation of the SBOL Visual standard
Other
31 stars 15 forks source link

Abstract classes should not link to syntax descriptors #152

Open jakebeal opened 3 years ago

jakebeal commented 3 years ago

Abstract classes, such as BiopolymerLocationGlyph, currently link to the syntax diagram as their instantiation. This should not be the case, since these are abstract classes and should only be realized through the glyphs of their children.

This may involve tweaks to README files as well to support the ontology automation.