Skip to content

Commit

Permalink
Update using versioned alignment landmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
ConorFWild committed Feb 1, 2024
1 parent 2e163b3 commit 990a707
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 @@ -452,7 +452,7 @@ def _perform_alignments(self, meta):
canonical_sites,
xtalform_sites,
reference_structure_transforms,
version=self.version_dir[8:]
version=self.version_dir.name[8:]
)

# Update the metadata_file with aligned file locations and site information
Expand Down

0 comments on commit 990a707

Please sign in to comment.