Skip to content

Commit

Permalink
Update cg/meta/workflow/nf_analysis.py
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastian Diaz <[email protected]>
  • Loading branch information
sofstam and diitaz93 authored Jan 11, 2024
1 parent 7fb3121 commit 17fcbfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cg/meta/workflow/nf_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def verify_sample_sheet_exists(self, case_id: str, dry_run: bool = False) -> Non
raise ValueError(f"No config file found for case {case_id}")

def verify_deliverables_file_exists(self, case_id: str) -> None:
"""Raise an error if deliverables file is not found."""
"""Raise an error if a deliverable file is not found."""
if not Path(self.get_deliverables_file_path(case_id=case_id)).exists():
raise CgError(f"No deliverables file found for case {case_id}")

Expand Down

0 comments on commit 17fcbfa

Please sign in to comment.