Skip to content

Commit 9e83c05

Browse files
committed
Fix prettier
1 parent 42feb6f commit 9e83c05

File tree

1 file changed

+4
-24
lines changed

1 file changed

+4
-24
lines changed

nextflow_schema.json

Lines changed: 4 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@
1010
"type": "object",
1111
"fa_icon": "fas fa-terminal",
1212
"description": "Define where the pipeline should find input data and save output data.",
13-
"required": [
14-
"outdir"
15-
],
13+
"required": ["outdir"],
1614
"properties": {
1715
"input": {
1816
"type": "string",
@@ -39,13 +37,7 @@
3937
"type": "integer",
4038
"description": "Read length used to calculate MACS2 genome size for peak calling if `--macs_gsize` isn't provided.",
4139
"fa_icon": "fas fa-chart-area",
42-
"enum": [
43-
50,
44-
75,
45-
100,
46-
150,
47-
200
48-
]
40+
"enum": [50, 75, 100, 150, 200]
4941
},
5042
"outdir": {
5143
"type": "string",
@@ -229,12 +221,7 @@
229221
"default": "bwa",
230222
"description": "Specifies the alignment algorithm to use - available options are 'bwa', 'bowtie2' and 'star'.",
231223
"fa_icon": "fas fa-map-signs",
232-
"enum": [
233-
"bwa",
234-
"bowtie2",
235-
"chromap",
236-
"star"
237-
]
224+
"enum": ["bwa", "bowtie2", "chromap", "star"]
238225
},
239226
"keep_dups": {
240227
"type": "boolean",
@@ -503,14 +490,7 @@
503490
"description": "Method used to save pipeline results to output directory.",
504491
"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.",
505492
"fa_icon": "fas fa-copy",
506-
"enum": [
507-
"symlink",
508-
"rellink",
509-
"link",
510-
"copy",
511-
"copyNoFollow",
512-
"move"
513-
],
493+
"enum": ["symlink", "rellink", "link", "copy", "copyNoFollow", "move"],
514494
"hidden": true
515495
},
516496
"fingerprint_bins": {

0 commit comments

Comments
 (0)