We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e5643f commit 2740d9aCopy full SHA for 2740d9a
src/xchemalign/aligner.py
@@ -696,7 +696,9 @@ def _perform_alignments(self, meta):
696
crystal_output[Constants.META_ALIGNED_FILES] = {}
697
aligned_output = crystal_output[Constants.META_ALIGNED_FILES]
698
dataset_output = updated_fs_model.alignments[dtag]
699
+ print(crystal)
700
print(dataset_output)
701
+ print(event_map_dict_list)
702
for chain_name, chain_output in dataset_output.items():
703
aligned_chain_output = aligned_output[chain_name] = {}
704
i = 0
0 commit comments