diff --git a/convert_to_modelcif.py b/convert_to_modelcif.py index 27b7894432f093b709cc4abfcc0a3f6fbc3307b2..c6a014934f1a78f441c1ccd91d34194b2e40a26b 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"]: