Skip to content

Commit

Permalink
Update lib/WorkflowMain.groovy
Browse files Browse the repository at this point in the history
Co-authored-by: Esha Joshi <[email protected]>
  • Loading branch information
maxulysse and ejseqera authored Jun 2, 2023
1 parent 011bf82 commit 58d34f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/WorkflowMain.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 58d34f6

Please sign in to comment.