Skip to content

Commit

Permalink
rename function test
Browse files Browse the repository at this point in the history
  • Loading branch information
maxulysse committed Oct 9, 2024
1 parent a24e284 commit 76a1375
Showing 1 changed file with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,10 @@ nextflow_workflow {
workflow {
"""
input[0] = false // version (boolean)
input[1] = false // help (boolean)
input[2] = "${projectDir}/nextflow_schema.json" // schema (string)
input[3] = true // validate_parameters (boolean)
input[4] = true // monochrome_logs (boolean)
input[5] = args // args (array)
input[6] = file("$outputDir") // outdir (string)
input[2] = true // validate_parameters (boolean)
input[3] = true // monochrome_logs (boolean)
input[4] = args // args (array)
input[5] = file("$outputDir") // outdir (string)
"""
}
}
Expand Down

0 comments on commit 76a1375

Please sign in to comment.