Skip to content

Commit 4925141

Browse files
committed
Update PIPELINE_INITIALISATION test to include new help parameters
1 parent 3f37431 commit 4925141

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

subworkflows/local/utils_nfcore_rnaseq_pipeline/tests/main.pipeline_initialisation.workflow.nf.test

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ nextflow_workflow {
3333
input[2] = true // monochrome_logs (boolean)
3434
input[3] = args // args (array)
3535
input[4] = file("$outputDir") // outdir (string)
36+
input[5] = null // input (string)
37+
input[6] = false // help (boolean)
38+
input[7] = false // help_full (boolean)
39+
input[8] = false // show_hidden (boolean)
3640
"""
3741
}
3842
}

0 commit comments

Comments
 (0)