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

lDDT: remove debug output

parent adf88c6c
No related branches found
No related tags found
No related merge requests found
......@@ -138,9 +138,6 @@ class lDDTBSScorer:
score, _ = scorer.lDDT(mdl_bs, chain_mapping = lddt_chain_mapping,
residue_mapping = alns)
io.SavePDB(ref_bs, "/home/schdaude/ref_bs.pdb")
io.SavePDB(mdl_bs, "/home/schdaude/mdl_bs.pdb")
if return_mapping:
trg_residues = [str(r) for r in ref_bs.residues]
mdl_residues = [str(r) for r in mdl_bs.residues]
......
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