From d0456b599a655c5e7af8bbaff4722ae990f5122d Mon Sep 17 00:00:00 2001 From: Timothee Cezard Date: Thu, 5 Sep 2024 10:27:59 +0100 Subject: [PATCH] Update eva_submission/submission_qc_checks.py Co-authored-by: April Shen --- eva_submission/submission_qc_checks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eva_submission/submission_qc_checks.py b/eva_submission/submission_qc_checks.py index d22546d..98ac0b6 100644 --- a/eva_submission/submission_qc_checks.py +++ b/eva_submission/submission_qc_checks.py @@ -200,7 +200,7 @@ def _check_if_variants_were_skipped_in_log(self, file_path): def _check_multiple_logs(self, search_unit, log_patterns, job_types): """ Go through the list of provided logs and search for the given job types. - It returns a positive results if at least one if these jobs is found to pass similar ro any() function. + It returns a positive result if at least one if these jobs is found to pass, similar to the any() function. The search_unit is group for which this search is perform, typically a file name or analysis accession Returns a tuple with the test result as boolean and the last error message if none of the jobs are found. """