From 58d34f628e7544637de1103b22dcd072bb5df3ab Mon Sep 17 00:00:00 2001 From: Maxime U Garcia Date: Fri, 2 Jun 2023 10:08:07 +0200 Subject: [PATCH] Update lib/WorkflowMain.groovy Co-authored-by: Esha Joshi <128735622+ejseqera@users.noreply.github.com> --- lib/WorkflowMain.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/WorkflowMain.groovy b/lib/WorkflowMain.groovy index fb7f624e..e6f4f1a2 100755 --- a/lib/WorkflowMain.groovy +++ b/lib/WorkflowMain.groovy @@ -23,7 +23,7 @@ class WorkflowMain { // Generate help string // public static String help(workflow, params) { - def command = "nextflow run ${workflow.manifest.name} --input samplesheet.csv--fasta human.fasta --gtf human.gtf -profile docker" + def command = "nextflow run ${workflow.manifest.name} --input samplesheet.csv --fasta human.fasta --gtf human.gtf -profile docker" def help_string = '' help_string += NfcoreTemplate.logo(workflow, params.monochrome_logs) help_string += NfcoreSchema.paramsHelp(workflow, params, command)