Skip to content
Snippets Groups Projects
Commit d1e864d0 authored by Studer Gabriel's avatar Studer Gabriel
Browse files

compare-ligand-structures action: pass fault_tolerant flag to PDB parser

parent a9c6e1af
No related branches found
No related tags found
No related merge requests found
......@@ -512,7 +512,8 @@ def _LoadStructureData(receptor_path,
if bu_id is not None:
raise RuntimeError(f"Cannot specify biounit ({bu_id}) for receptor "
f"in PDB format ({receptor_path})")
receptor = ligand_scoring_base.PDBPrep(receptor_path)
receptor = ligand_scoring_base.PDBPrep(receptor_path,
fault_tolerant=fault_tolerant)
ligands = _LoadLigands(ligand_path)
elif receptor_format == "mmcif":
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment