Skip to content

Commit 8613152

Browse files
committed
Apply Prettier formatting to pass pre-commit hook
1 parent 2362491 commit 8613152

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

nextflow_schema.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@
117117
"description": "Path to directory or tar.gz archive for pre-built BWA index.",
118118
"fa_icon": "fas fa-bezier-curve",
119119
"errorMessage": "BWA index must be a valid path ending in .tar.gz or a directory containing the BWA index files. The BWA index files are typically named with the prefix of the reference genome FASTA file, followed by the suffixes .amb, .ann, .bwt, .pac, and .sa. For example: genome.fa.amb, genome.fa.ann, genome.fa.bwt, genome.fa.pac, and genome.fa.sa."
120-
121120
},
122121
"bowtie2_index": {
123122
"type": "string",
@@ -331,7 +330,6 @@
331330
"help_text": "MACS3 is run by default with the [`--broad`](https://github.com/taoliu/MACS#--broad) flag. Specify this flag to call peaks in narrowPeak mode.",
332331
"fa_icon": "fas fa-arrows-alt-h",
333332
"errorMessage": "Narrow peak calling must be a boolean value: true or false."
334-
335333
},
336334
"broad_cutoff": {
337335
"type": "number",

0 commit comments

Comments
 (0)