jsbml icon indicating copy to clipboard operation
jsbml copied to clipboard

Cloning of GeneProduct may create invalid SBML because of missing required attribute `label`

Open draeger opened this issue 1 year ago • 0 comments

The clone constructor in GeneProduct only calls its superconstructor. In addition, it should also copy all of its attributes, label in particular (which is a required attribute). As of now, cloning gene products results in invalid SBML.

draeger avatar Oct 13 '22 10:10 draeger