Add the ability to fetch and build a residue template from the PDB and/or Chemical Component Dictionary.
This will be useful to register known residue without manually defining it.
Chem::PDB.fetch_template(name) # => Chem::Templates::Residue
# or
Chem::Templates.fetch(name) # => Chem::Templates::Residue
Add the ability to fetch and build a residue template from the PDB and/or Chemical Component Dictionary. This will be useful to register known residue without manually defining it.