Skip to content

Commit 5acab8e

Browse files
committed
remove default = null from schema
1 parent 58f9d99 commit 5acab8e

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
@@ -345,7 +345,6 @@
345345
},
346346
"cnvkit_reference": {
347347
"type": "string",
348-
"default": null,
349348
"fa_icon": "fas fa-file",
350349
"help_text": "https://cnvkit.readthedocs.io/en/stable/pipeline.html?highlight=reference.cnn#batch",
351350
"description": "Copy-number reference for CNVkit",
@@ -528,7 +527,6 @@
528527
"ascat_genome": {
529528
"type": "string",
530529
"fa_icon": "fa-solid fa-text",
531-
"default": null,
532530
"description": "ASCAT genome.",
533531
"help_text": "If you use AWS iGenomes, this has already been set for you appropriately.\n\nMust be set to run ASCAT, either hg19 or hg38. If you use AWS iGenomes, this has already been set for you appropriately.",
534532
"enum": ["None", "hg19", "hg38"],

0 commit comments

Comments
 (0)