Skip to content

Commit 2831fe9

Browse files
authored
Merge pull request #205 from ewels/schema-fix
Remove default from schema which does not match the config
2 parents cf7afe5 + 24c39ae commit 2831fe9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

nextflow_schema.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,6 @@
278278
"meth_cutoff": {
279279
"type": "integer",
280280
"description": "Specify a minimum read coverage to report a methylation call",
281-
"default": 0,
282281
"help_text": "Use to discard any methylation calls with less than a given read coverage depth (in fold coverage) during Bismark's `bismark_methylation_extractor` step.",
283282
"fa_icon": "fas fa-angle-double-down"
284283
},
@@ -583,4 +582,4 @@
583582
"$ref": "#/definitions/institutional_config_options"
584583
}
585584
]
586-
}
585+
}

0 commit comments

Comments
 (0)