Skip to content
Snippets Groups Projects
Commit 0e297e7b authored by Gerardo Tauriello's avatar Gerardo Tauriello
Browse files

Fixed typo

parent 501b5d33
Branches
Tags
No related merge requests found
...@@ -729,7 +729,7 @@ def _Main(): ...@@ -729,7 +729,7 @@ def _Main():
lddt_scorer.references[0].chains[0].GetName() lddt_scorer.references[0].chains[0].GetName()
if skip_score: if skip_score:
ost.LogInfo( ost.LogInfo(
" --> Skipping signle chain lDDT because consistency check failed") " --> Skipping single chain lDDT because consistency check failed")
lddt_results["single_chain_lddt"].append({ lddt_results["single_chain_lddt"].append({
"status": "FAILURE", "status": "FAILURE",
"error": "Consistency check failed.", "error": "Consistency check failed.",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment