Skip to content

Commit

Permalink
update schema_ignore_params to validationSchemaIgnoreParams
Browse files Browse the repository at this point in the history
  • Loading branch information
maxulysse committed Aug 23, 2023
1 parent afcb5cf commit 3fdd6f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conf/test.config
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ params {
protocol = '10XV2'

// Ignore `--input` as otherwise the parameter validation will throw an error
schema_ignore_params = 'genomes,input_paths,input'
validationSchemaIgnoreParams = 'genomes'
}

process {
Expand Down
3 changes: 2 additions & 1 deletion conf/test_full.config
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ params {
genome = 'GRCh38'
aligner = 'star'
protocol = '10XV2'
schema_ignore_params = 'genomes'

validationSchemaIgnoreParams = 'genomes'
}

0 comments on commit 3fdd6f5

Please sign in to comment.