aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2024-12-02 16:20:46 -0600
committerFrederick Muriuki Muriithi2024-12-02 16:20:46 -0600
commit582742bbccdef76c839e0b85ff2c42d9bab10dbe (patch)
tree3f9ee75e3a3c364837daaf3b6eb9d3f70cd32562
parentd93511d051d3b8abc97053bd4e66a2cf3812e8d3 (diff)
downloadgn-uploader-582742bbccdef76c839e0b85ff2c42d9bab10dbe.tar.gz
Fix typo.
-rw-r--r--scripts/rqtl2/phenotypes_qc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/rqtl2/phenotypes_qc.py b/scripts/rqtl2/phenotypes_qc.py
index 0e503cc..4f55e40 100644
--- a/scripts/rqtl2/phenotypes_qc.py
+++ b/scripts/rqtl2/phenotypes_qc.py
@@ -329,7 +329,7 @@ def run_qc(# pylint: disable=[too-many-locals]
logger: Logger
) -> int:
"""Run quality control checks on the bundle."""
- logger.debug("Beginning the quality assuarance checks.")
+ logger.debug("Beginning the quality assurance checks.")
results = check_for_averages_files(
**check_for_mandatory_pheno_keys(
**validate(args.rqtl2bundle, logger)))