Skip to content

Commit 8c7835c

Browse files
authored
Update nextflow.config
Set validation mode to lenient to allow number input for input parameters with string type (for example "--genome_version 112")
1 parent 908d338 commit 8c7835c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

RNAseq/Workflow_Documentation/NF_RCP/workflow_code/nextflow.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ validation {
6767
help {
6868
enabled = true
6969
}
70+
lenientMode = true
7071
}
7172

7273
// Profiles:

0 commit comments

Comments
 (0)