From 77168a158dc15836d87931e1154694a222109ec4 Mon Sep 17 00:00:00 2001 From: Kelly Sovacool Date: Wed, 16 Oct 2024 14:24:06 -0400 Subject: [PATCH] style: print spooker command --- main.nf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.nf b/main.nf index f808523..602266c 100644 --- a/main.nf +++ b/main.nf @@ -27,9 +27,9 @@ include { DRUGZ } from './modules/local/drugz.nf' workflow.onComplete { if (!workflow.stubRun && !workflow.commandLine.contains('-preview')) { - println "Running spooker" def pipeline_name = "${workflow.manifest.name.tokenize('/')[-1]}" def launch_dir = "${workflow.launchDir}" + println "Running: spooker $launch_dir $pipeline_name" def message = Utils.spooker(launch_dir, pipeline_name) if (message) { println message