From 79c8175f44196ca17b238c16f1164c8009e1dbd6 Mon Sep 17 00:00:00 2001 From: Alex Morehead Date: Mon, 3 Jun 2024 13:33:34 -0500 Subject: [PATCH] Update comment --- src/models/ensemble_generation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/models/ensemble_generation.py b/src/models/ensemble_generation.py index 65de7bfb..65c3ad7c 100644 --- a/src/models/ensemble_generation.py +++ b/src/models/ensemble_generation.py @@ -886,7 +886,7 @@ def get_method_predictions( key=rank_key, )[: cfg.method_top_n_to_select] if not len(ligand_output_files): - # NOTE: when predicting e.g., with Vina-RFAA, if no ligand predictions are found, skip the protein prediction as well + # NOTE: when predicting e.g., with DiffDock-Vina, if no ligand predictions are found, skip the protein prediction as well protein_output_files = [] assert len(protein_output_files) == len( ligand_output_files