Skip to content

Commit c71d103

Browse files
committed
fix tests
1 parent 8944480 commit c71d103

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ nextflow_workflow {
2828
}
2929
workflow {
3030
"""
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)
31+
input[0] = false // version (boolean)
32+
input[1] = true // validate_parameters (boolean)
33+
input[2] = true // monochrome_logs (boolean)
34+
input[3] = args // args (array)
35+
input[4] = file("$outputDir") // outdir (string)
3636
"""
3737
}
3838
}

0 commit comments

Comments
 (0)