Skip to content

Commit

Permalink
Clarify that ProteinComponent wraps a PDB
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoshanuikabundi authored and richardjgowers committed Aug 29, 2023
1 parent 1cb87ad commit 2ff5557
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions gufe/components/proteincomponent.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,13 @@

class ProteinComponent(ExplicitMoleculeComponent):
"""
:class:`Component` representing a protein.
``Component`` representing the contents of a PDB file, such as a protein.
In comparison to a SmallMoleculeComponent, this representation additionally contains information
relating to the residue and chain information. This is achievable by having the MonomerInfo attributes
present on each atom of the input RDKit molecule, which is done when reading from either PDB or `.mae`
file inputs.
In comparison to a SmallMoleculeComponent, this representation additionally
contains information relating to the residue and chain information. This
is achievable by having the ``MonomerInfo`` attributes present on each atom
of the input RDKit molecule, which is done when reading from either PDB or
``.mae`` file inputs.
Note
----
Expand Down

0 comments on commit 2ff5557

Please sign in to comment.