Amino Acid Geometry + Protein Builder #4
Labels
documentation
Improvements or additions to documentation
enhancement
Improvement to existing feature or code
wontfix
This will not be worked on
For each of the amino acids, we currently define the geometries within each class. This leads to a lot of repetitive parameters being defined in each of the
__init__
definitions.Rather, we should have a
geometry.json
file that stores all the default geometry information for each amino acid. This way, we can have a single class that handles parsing the data so that the geometry information (i.e. bond lengths, angles, and dihedral angles) can be properly instantiated for each class.The text was updated successfully, but these errors were encountered: