From e47c7af22bb14ac88deba8a6e5840f0cafead30c Mon Sep 17 00:00:00 2001 From: Richard Gowers Date: Tue, 18 Apr 2023 12:44:58 +0100 Subject: [PATCH] Update gufe/components/proteincomponent.py Co-authored-by: Irfan Alibay --- gufe/components/proteincomponent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gufe/components/proteincomponent.py b/gufe/components/proteincomponent.py index a11b32ad..ead18b2c 100644 --- a/gufe/components/proteincomponent.py +++ b/gufe/components/proteincomponent.py @@ -54,7 +54,7 @@ class ProteinComponent(ExplicitMoleculeComponent): """Wrapper around a Protein representation. - Relative to a SmallMoleculeComponent, this representation additionally contains information + 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.