Skip to content

Commit 538982f

Browse files
committed
Merge branch 'dev-config' of https://github.com/nf-core/deepmodeloptim into dev-config
2 parents 4a475ba + 25fe7ba commit 538982f

File tree

1 file changed

+3
-16
lines changed

1 file changed

+3
-16
lines changed

nextflow_schema.json

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,7 @@
33
"$id": "https://raw.githubusercontent.com/nf-core/deepmodeloptim/master/nextflow_schema.json",
44
"title": "nf-core/deepmodeloptim pipeline parameters",
55
"description": "nf-core/deepmodeloptim is an end-to-end nextflow based pipeline for statistically testing training procedures of machine learning models",
6-
"required": [
7-
"data",
8-
"data_config",
9-
"model",
10-
"model_config",
11-
"outdir"
12-
],
6+
"required": ["data", "data_config", "model", "model_config", "outdir"],
137
"type": "object",
148
"$defs": {
159
"input_output_options": {
@@ -219,14 +213,7 @@
219213
"description": "Method used to save pipeline results to output directory.",
220214
"help_text": "The Nextflow `publishDir` option specifies which intermediate files should be saved to the output directory. This option tells the pipeline what method should be used to move these files. See [Nextflow docs](https://www.nextflow.io/docs/latest/process.html#publishdir) for details.",
221215
"fa_icon": "fas fa-copy",
222-
"enum": [
223-
"symlink",
224-
"rellink",
225-
"link",
226-
"copy",
227-
"copyNoFollow",
228-
"move"
229-
],
216+
"enum": ["symlink", "rellink", "link", "copy", "copyNoFollow", "move"],
230217
"hidden": true
231218
},
232219
"email_on_fail": {
@@ -321,4 +308,4 @@
321308
"type": "string"
322309
}
323310
}
324-
}
311+
}

0 commit comments

Comments
 (0)