return"Ligand parameterisation complete. File saved to {sandbox_dir}/{ligand_name}_fixed.prepi"
iflen(ligand_files)==1:
returnf"Ligand parameterisation complete. Parameters saved to {sandbox_dir}/{prepi_file} and {sandbox_dir}/{ligand_stem}.frcmod"
iflen(ligand_files)>1:
returnf"Ligand parameterisation complete for the the first ligand: {ligand_files[0]}. Parameters saved to {sandbox_dir}/{ligand_stem}.frcmod and {sandbox_dir}/{prepi_file}"