<div dir="ltr">Hello,<div><br></div><div>I have the following code:</div><div><br></div><div><div>from Bio.PDB import Polypeptide</div><div><br></div><div>residue</div><div>Out[17]: <Residue GDP het=H_GDP resseq=430 icode= ></div><div><br></div><div>Polypeptide.is_aa(residue)</div><div>Out[18]: True</div></div><div><br></div><div>Why is it True? How can I return True just for standard amino acids?</div><div><br></div><div>Regards. </div></div>