Skip to content

Commit

Permalink
Update eva_submission/submission_qc_checks.py
Browse files Browse the repository at this point in the history
Co-authored-by: April Shen <[email protected]>
  • Loading branch information
tcezard and apriltuesday committed Sep 5, 2024
1 parent 7402876 commit d0456b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eva_submission/submission_qc_checks.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
"""
Expand Down

0 comments on commit d0456b5

Please sign in to comment.