Skip to content

Commit

Permalink
[automated] Fix code linting
Browse files Browse the repository at this point in the history
  • Loading branch information
nf-core-bot committed Oct 29, 2024
1 parent d4a97e9 commit 55e5a02
Showing 1 changed file with 3 additions and 16 deletions.
19 changes: 3 additions & 16 deletions nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,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",
Expand Down Expand Up @@ -41,10 +38,7 @@
},
"qin": {
"type": "integer",
"enum": [
33,
64
],
"enum": [33, 64],
"default": 33,
"description": "the ASCII offset (33=Sanger, 64=old Solexa).",
"fa_icon": "fas fa-puzzle-piece"
Expand Down Expand Up @@ -132,14 +126,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
},
"publish_dir_all_tools": {
Expand Down

0 comments on commit 55e5a02

Please sign in to comment.