From 756bfdea1508f247ce1360d6d21768caa50ef1a8 Mon Sep 17 00:00:00 2001 From: Stefan Bienert <stefan.bienert@unibas.ch> Date: Mon, 15 Jan 2024 10:28:07 +0100 Subject: [PATCH] Spelling --- convert_to_modelcif.py | 1 - 1 file changed, 1 deletion(-) diff --git a/convert_to_modelcif.py b/convert_to_modelcif.py index 27b7894..c6a0149 100755 --- a/convert_to_modelcif.py +++ b/convert_to_modelcif.py @@ -646,7 +646,6 @@ def _get_software_with_parameters(sw_dict, other_dict): """Get software with versions and parameters.""" # ToDo: deal with `use_mmseqs=True` - # ToDo: should all args go to AlphaPulldown? def _assemble_params(key, known_args, swwp): for mthd in known_args[key]["method_type"]: for tool in known_args[key]["sw"]: -- GitLab