Skip to content

Commit

Permalink
Overhaul of collator.py:_copy_files to handle datasets with ligands b…
Browse files Browse the repository at this point in the history
…ut without event maps
  • Loading branch information
ConorFWild committed Nov 23, 2023
1 parent b747fcb commit e8caa8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xchemalign/collator.py
Original file line number Diff line number Diff line change
Expand Up @@ -758,7 +758,7 @@ def _copy_files(self, meta):
continue
attested_ligand_event_data = attested_ligand_events[ligand_key]
data = {
Constants.META_FILE: str(attested_ligand_event_data[0]),
Constants.META_FILE: str(attested_ligand_event_data[1]),
Constants.META_SHA256: attested_ligand_event_data[2],
Constants.META_PROT_MODEL: ligand_key[0],
Constants.META_PROT_CHAIN: ligand_key[1],
Expand Down

0 comments on commit e8caa8c

Please sign in to comment.