diff --git a/modules/mol/alg/pymod/chain_mapping.py b/modules/mol/alg/pymod/chain_mapping.py index e9bab9736d05d2b261eb460e81a78aac4802477e..9347d31618512aeb8630832767c22c30ca07eedf 100644 --- a/modules/mol/alg/pymod/chain_mapping.py +++ b/modules/mol/alg/pymod/chain_mapping.py @@ -433,7 +433,7 @@ class ReprResult: """ Helper to extract full backbone positions """ exp_pep_atoms = ["N", "CA", "C"] - exp_nuc_atoms = ["\"O5'\"", "\"C5'\"", "\"C4'\"", "\"C3'\"", "\"O3'\""] + exp_nuc_atoms = ["O5'", "C5'", "C4'", "C3'", "O3'"] bb_pos = geom.Vec3List() for r in residues: if r.GetChemType() == mol.ChemType.NUCLEOTIDES: