Skip to content

Commit

Permalink
Do not load all mol_true conformers during inference analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
amorehead committed Jun 1, 2024
1 parent c8466bb commit 140e300
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/analysis/inference_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -576,6 +576,7 @@ def main(cfg: DictConfig):
# NOTE: we use the `redock` mode here since with each method we implicitly perform cognate (e.g., apo or ab initio) docking,
# and we have access to the ground-truth ligand structures in SDF format
buster = PoseBusters(config="redock", top_n=None)
buster.config["loading"]["mol_true"]["load_all"] = False
bust_results = buster.bust_table(mol_table, full_report=cfg.full_report)

bust_results.to_csv(bust_results_filepath, index=False)
Expand Down

0 comments on commit 140e300

Please sign in to comment.