Skip to content
Snippets Groups Projects
Commit ddbb905c authored by Bienchen's avatar Bienchen
Browse files

Fix for no-selection

parent 983c4615
No related branches found
No related tags found
No related merge requests found
......@@ -29,9 +29,8 @@ import modelcif.protocol
from alphapulldown.utils import make_dir_monomer_dictionary
# ToDo: Get options properly, best get the same names as used in existing
# scripts, e.g. could '--monomer_objects_dir' be used as feature
# directory/ directory with the feature JSON files?
# ToDo: DISCUSS Get options properly, best get the same names as used in
# existing scripts
# ToDo: Monomers work separately - features may come from different set of
# software, databases... so target sequences may be connected to different
# versions of the same sequence database, may use different versions of
......@@ -924,7 +923,9 @@ def _get_model_list(ap_dir: str, model_selected: str) -> Tuple[str, str, list]:
models.append(
(
os.path.join(mdl_path, mdl),
score_files[rank][0].score_files[rank][1],
score_files[rank][0],
score_files[rank][1], # model ID
score_files[rank][2], # model rank
)
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment