Skip to content

Commit f62ad6a

Browse files
changed type to integer
1 parent a34559c commit f62ad6a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nextflow_schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
"description": "Path to BED file containing gene intervals. This will be created from the GTF file if not specified."
142142
},
143143
"macs_gsize": {
144-
"type": "number",
144+
"type": "integer",
145145
"description": "Effective genome size parameter required by MACS3.",
146146
"help_text": "[Effective genome size](https://github.com/taoliu/MACS#-g--gsize) parameter required by MACS3. If using an iGenomes reference these have been provided for any of the genomes available in the igenomes.config, and for the following read lengths (50,75,100,150,200) that should be set using the `--read_length` parameter. For other genomes, if this parameter is not specified it will be inferred using the provided `--read_length` or otherwise the pipeline execution will stop with an error.",
147147
"fa_icon": "fas fa-arrows-alt-h"

0 commit comments

Comments
 (0)