Skip to content

Commit

Permalink
Test new graph cluster conformer site formation approach
Browse files Browse the repository at this point in the history
  • Loading branch information
ConorFWild committed Jan 30, 2024
1 parent bc78f95 commit 388f9df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/xchemalign/aligner.py
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,8 @@ def _perform_alignments(self, meta):
self.logger.info(f"Dataset {dtag} has {len(dataset.ligand_binding_events)} ligand binding events!")
self.logger.info(f"Got {len(reference_datasets)} reference datasets")
self.logger.info(f"Got {len(new_datasets)} new datasets")
for dtag, dataset in datasets.items():
self.logger.info(f"{dtag} : {dataset.mtz}")

# Get assemblies
if source_fs_model:
Expand Down

0 comments on commit 388f9df

Please sign in to comment.