Skip to content

Commit

Permalink
DAOTHER-9405: Do not remediate missing pseudo atom name of chemical s…
Browse files Browse the repository at this point in the history
…hifts in reference to restraints if the format is NEF
  • Loading branch information
yokochi47 committed May 27, 2024
1 parent 0c5212a commit a4bd035
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions wwpdb/utils/nmr/NmrDpUtility.py
Original file line number Diff line number Diff line change
Expand Up @@ -27254,6 +27254,10 @@ def __testCsPseudoAtomNameConsistencyInMrLoop(self):
file_name = input_source_dic['file_name']
file_type = input_source_dic['file_type']

# DAOTHER-9405
if file_type == 'nef':
continue

if input_source_dic['content_subtype'] is None\
or 'chem_shift' not in input_source_dic['content_subtype']:
continue
Expand Down

0 comments on commit a4bd035

Please sign in to comment.