def predict_relax()

in src/components/alphafold_utils.py [0:0]


def predict_relax(
    model_features_path: str,
    model_params_path: str,
    prediction_runners: List[Dict],
    num_ensemble: int,
    run_multimer_system: bool,
    raw_prediction_path: str,
    unrelaxed_protein_path: str,
    relaxed_protein_path: str,
    run_relax: bool,
    max_iterations: int = 0,
    tolerance: float = 2.39,
    stiffness: float = 10.0,
    exclude_residues: List[str] = [],
    max_outer_iterations: int = 3,
    use_gpu=True