You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
residue_chem_templates (ResidueChemTemplates) is an attribute of Polymer. The residue chem templates can be read from and written to JSON. Currently it includes a full set of available templates that has been loaded during the construction.
For each Monomer, there is also a template attribute but it is not a JSON-bound property (not exported to JSON or imported from JSON of a polymer).
Based on discussion we had today, we might want to re-evaluate whether we want and which templates to store with polymer. For templates generated during construction, this attribute serves as a useful cache. For templates that didn't match, retaining them may not be necessary.
The text was updated successfully, but these errors were encountered:
residue_chem_templates (ResidueChemTemplates) is an attribute of Polymer. The residue chem templates can be read from and written to JSON. Currently it includes a full set of available templates that has been loaded during the construction.
For each Monomer, there is also a
template
attribute but it is not a JSON-bound property (not exported to JSON or imported from JSON of a polymer).Based on discussion we had today, we might want to re-evaluate whether we want and which templates to store with polymer. For templates generated during construction, this attribute serves as a useful cache. For templates that didn't match, retaining them may not be necessary.
The text was updated successfully, but these errors were encountered: