diff --git a/nextflow_schema.json b/nextflow_schema.json index f0eb807..5799dcf 100644 --- a/nextflow_schema.json +++ b/nextflow_schema.json @@ -77,10 +77,7 @@ "type": "object", "fa_icon": "fas fa-terminal", "description": "Define where the pipeline should find input data and save output data.", - "required": [ - "input", - "outdir" - ], + "required": ["input", "outdir"], "properties": { "input": { "type": "string", @@ -111,11 +108,7 @@ "default": "stub", "fa_icon": "fas fa-desktop", "description": "The sequence assembler to use for sequence assembly.", - "enum": [ - "default", - "stub", - "experimental" - ] + "enum": ["default", "stub", "experimental"] }, "random_seed": { "type": "integer", @@ -226,14 +219,7 @@ "description": "Method used to save pipeline results to output directory.", "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.", "fa_icon": "fas fa-copy", - "enum": [ - "symlink", - "rellink", - "link", - "copy", - "copyNoFollow", - "move" - ], + "enum": ["symlink", "rellink", "link", "copy", "copyNoFollow", "move"], "hidden": true }, "email_on_fail": { @@ -314,4 +300,4 @@ "$ref": "#/definitions/generic_options" } ] -} \ No newline at end of file +}