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
fevac and henrikstranneheim authored Dec 14, 2023
1 parent c7e8f67 commit 82ac76e
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 @@ -215,7 +215,7 @@ def _run_analysis_with_nextflow(
conda_binary=self.conda_binary,
launch_directory=self.get_case_path(case_id=case_id),
)
LOG.info("Pipeline will be executed using nextflow")
LOG.info("Pipeline will be executed using Nextflow")
parameters: list[str] = NextflowHandler.get_nextflow_run_parameters(
case_id=case_id,
pipeline_path=self.nfcore_pipeline_path,
Expand Down

0 comments on commit 82ac76e

Please sign in to comment.