We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8944480 commit c71d103Copy full SHA for c71d103
subworkflows/local/utils_nfcore_rnaseq_pipeline/tests/main.pipeline_initialisation.workflow.nf.test
@@ -28,11 +28,11 @@ nextflow_workflow {
28
}
29
workflow {
30
"""
31
- input[0] = false // version (boolean)
32
- input[2] = true // validate_parameters (boolean)
33
- input[3] = true // monochrome_logs (boolean)
34
- input[4] = args // args (array)
35
- input[5] = file("$outputDir") // outdir (string)
+ input[0] = false // version (boolean)
+ input[1] = true // validate_parameters (boolean)
+ input[2] = true // monochrome_logs (boolean)
+ input[3] = args // args (array)
+ input[4] = file("$outputDir") // outdir (string)
36
37
38
0 commit comments