Skip to content

Commit

Permalink
Reconciled fix for 4ar0 and 2k4l
Browse files Browse the repository at this point in the history
  • Loading branch information
yokochi47 committed Aug 27, 2024
1 parent 318ac1d commit 18b5ac2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion wwpdb/utils/nmr/NmrDpUtility.py
Original file line number Diff line number Diff line change
Expand Up @@ -19290,7 +19290,6 @@ def __validateAtomNomenclature__(self, file_name, file_type, content_subtype, sf
self.__fixAtomNomenclature(comp_id, {atom_id: 'C'})
continue

if self.__remediation_mode:
_atom_id = self.__nefT.get_star_atom(comp_id, translateToStdAtomName(atom_id, comp_id, ccU=self.__ccU), leave_unmatched=False)[0]
if len(_atom_id) == 1 and atom_id != _atom_id[0]:
self.__fixAtomNomenclature(comp_id, {atom_id: _atom_id[0]})
Expand Down

0 comments on commit 18b5ac2

Please sign in to comment.