Skip to content

Commit

Permalink
style: print spooker command
Browse files Browse the repository at this point in the history
  • Loading branch information
kelly-sovacool committed Oct 16, 2024
1 parent 8f8ef6b commit 77168a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 77168a1

Please sign in to comment.