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 2db2c35 commit 0d58cf8
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 @@ -248,7 +248,7 @@ def _run_analysis_with_tower(
case_id=case_id,
trailblazer_config=self.get_trailblazer_config_path(case_id=case_id),
)
LOG.info(f"Pipeline will be resumed from run {from_tower_id}.")
LOG.info(f"Pipeline will be resumed from run with Tower id: {from_tower_id}.")
parameters: list[str] = NfTowerHandler.get_tower_relaunch_parameters(
from_tower_id=from_tower_id, command_args=command_args.dict()
)
Expand Down

0 comments on commit 0d58cf8

Please sign in to comment.