aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scripts/rqtl2/phenotypes_qc.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/rqtl2/phenotypes_qc.py b/scripts/rqtl2/phenotypes_qc.py
index f539cad..4d3f188 100644
--- a/scripts/rqtl2/phenotypes_qc.py
+++ b/scripts/rqtl2/phenotypes_qc.py
@@ -300,8 +300,8 @@ def qc_pheno_file(# pylint: disable=[too-many-arguments]
"header row",
"-",
", ".join(_absent),
- (f"The phenotype names ({', '.join(samples)}) do not exist in any "
- "of the provided phenocovar files."))),)
+ ("The following phenotype names do not exist in any of the "
+ f"provided phenocovar files: ({', '.join(_absent)})"))),)
def collect_errors(errors_and_linecount, line):
_errs, _lc = errors_and_linecount