Skip to content

Commit

Permalink
Merge pull request #259 from maxulysse/fix_validation
Browse files Browse the repository at this point in the history
remove validationSchemaIgnoreParams warning with test profile
  • Loading branch information
grst committed Aug 24, 2023
2 parents afcb5cf + 18b26f2 commit d2648a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions conf/test.config
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ params {
aligner = 'star'
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 d2648a4

Please sign in to comment.