Skip to content

Commit

Permalink
Test data for a dataset that is manual and ligand bound
Browse files Browse the repository at this point in the history
  • Loading branch information
ConorFWild committed Nov 23, 2023
1 parent e2aae80 commit 4d17343
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/xchemalign/collator.py
Original file line number Diff line number Diff line change
Expand Up @@ -635,6 +635,9 @@ def _copy_files(self, meta):
if hist_data:
if digest == hist_data.get(Constants.META_SHA256):
num_identical_historical_event_maps += 1
else:
event_maps_to_copy[k] = (None, None, None, k, tup[1], tup[2])


else:
self.logger.error("PDB entry missing for {}".format(xtal_name))
Expand Down

0 comments on commit 4d17343

Please sign in to comment.