Skip to content

Commit

Permalink
remove unused log params
Browse files Browse the repository at this point in the history
  • Loading branch information
gq1 committed Sep 29, 2023
1 parent b3d806c commit 26e7b3d
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 @@ -22,7 +22,7 @@ class WorkflowMain {
//
// Generate help string
//
public static String help(workflow, params, log) {
public static String help(workflow, params) {
def command = "nextflow run ${workflow.manifest.name} --input samplesheet.csv --fasta reference.fa --fai reference.fai --outdir results -profile docker"
def help_string = ''
help_string += NfcoreTemplate.logo(workflow, params.monochrome_logs)
Expand Down

0 comments on commit 26e7b3d

Please sign in to comment.