Skip to content

Commit fe444f1

Browse files
committed
fixed missing line for calling parameter validation
1 parent 22a5238 commit fe444f1

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

  • subworkflows/local/utils_nfcore_bacass_pipeline

subworkflows/local/utils_nfcore_bacass_pipeline/main.nf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,11 @@ workflow PIPELINE_INITIALISATION {
6363
nextflow_cli_args
6464
)
6565

66+
//
67+
// Custom validation for pipeline parameters
68+
//
69+
validateInputParameters()
70+
6671
//
6772
// Create channel from input file provided through params.input
6873
//

0 commit comments

Comments
 (0)