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: Henrik Stranneheim <[email protected]>
  • Loading branch information
sofstam and henrikstranneheim authored Dec 11, 2023
1 parent 72f1dd3 commit 6b857db
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 @@ -337,7 +337,7 @@ def get_multiqc_json_metrics(
]

def validate_qc_metrics(self, case_id: str, dry_run: bool = False) -> None:
"""Validate the information from a qc metrics deliverable file."""
"""Validate the information from a QC metrics deliverable file."""

if dry_run:
LOG.info("Dry-run: QC metrics validation would be performed")
Expand Down

0 comments on commit 6b857db

Please sign in to comment.