From 8aac195071af1aff96079e73ef4733ea1832de87 Mon Sep 17 00:00:00 2001
From: Arthur Zalevsky
Date: Thu, 11 Apr 2024 08:34:33 -0700
Subject: [PATCH] fixed multiple typos in the assesment
---
ihm_validation/ihm_validator.py | 2 +-
templates/formodeling.html | 2 +-
templates/full_validation_pdf.html | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ihm_validation/ihm_validator.py b/ihm_validation/ihm_validator.py
index d69383fb..b7799537 100755
--- a/ihm_validation/ihm_validator.py
+++ b/ihm_validation/ihm_validator.py
@@ -43,7 +43,7 @@
required=False,
help="Path to a local copy of SASBDB and EMDB databases")
parser.add_argument('--nocache', action='store_true', default=False,
- help="Ignore cached assesment results")
+ help="Ignore cached assessment results")
parser.add_argument('--output-root', type=str, default=str(Path(Path(__file__).parent.resolve(), 'Validation')),
help="Path to a directory where the output will be written")
parser.add_argument('--output-prefix', type=str, default=None,
diff --git a/templates/formodeling.html b/templates/formodeling.html
index b402d931..2277003e 100644
--- a/templates/formodeling.html
+++ b/templates/formodeling.html
@@ -131,7 +131,7 @@ Restraint types
Intra- and intermolecular self-link restraints are also grouped into one plot.
Distance for a restraint between coarse-grained beads is calculated as a minimal distance
between shells; if beads intersect, the distance will be reported as 0.0.
- A bead with the finest available resolution for a given residue is used for the assesment.
+ A bead with the finest available resolution for a given residue is used for the assessment.
diff --git a/templates/full_validation_pdf.html b/templates/full_validation_pdf.html
index ae65028d..953c389e 100644
--- a/templates/full_validation_pdf.html
+++ b/templates/full_validation_pdf.html
@@ -819,7 +819,7 @@
Intra- and intermolecular self-link restraints are also grouped into one plot.
Distance for a restraint between coarse-grained beads is calculated as a minimal distance
between shells; if beads intersect, the distance will be reported as 0.0.
- A bead with the finest available resolution for a given residue is used for the assesment.
+ A bead with the finest available resolution for a given residue is used for the assessment.
{% for i in range(cx_distograms_plots_svg|length) %}