diff --git a/conf/test.config b/conf/test.config index 322dd7ae..45ee54c8 100644 --- a/conf/test.config +++ b/conf/test.config @@ -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 { diff --git a/conf/test_full.config b/conf/test_full.config index 13c716d8..dd838978 100644 --- a/conf/test_full.config +++ b/conf/test_full.config @@ -21,5 +21,6 @@ params { genome = 'GRCh38' aligner = 'star' protocol = '10XV2' - schema_ignore_params = 'genomes' + + validationSchemaIgnoreParams = 'genomes' }