Skip to content

Commit

Permalink
Versioning alignments
Browse files Browse the repository at this point in the history
  • Loading branch information
ConorFWild committed Apr 17, 2024
1 parent 25bf276 commit 7645ed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xchemalign/aligner.py
Original file line number Diff line number Diff line change
Expand Up @@ -738,7 +738,7 @@ def _extract_components(self, crystals, aligner_meta):

for k5, v5 in v4.items():# conf site
pdb = v5[Constants.META_AIGNED_STRUCTURE]
self.logger.info("extracting components", k1, k2, k3, k4,, k5, pdb)
self.logger.info("extracting components", k1, k2, k3, k4, k5, pdb)
# pth = self.version_dir / pdb
pth = Path(pdb)
if not pth.is_file():
Expand Down

0 comments on commit 7645ed4

Please sign in to comment.