Skip to content

Commit 8ab3d9c

Browse files
add db param to schema
1 parent bc204e1 commit 8ab3d9c

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

nextflow_schema.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,12 @@
238238
"description": "If true, skips germline variant calling for matched normal to tumor sample. Normal samples without matched tumor will still be processed through germline variant calling tools.",
239239
"help_text": "This can speed up computation for somatic variant calling with matched normal samples. If false, all normal samples are processed as well through the germline variantcalling tools. If true, only somatic variant calling is done."
240240
},
241+
"genomicsdb_workspace": {
242+
"type": "string",
243+
"default": null,
244+
"fa_icon": "fas fa-database",
245+
"hidden": true
246+
},
241247
"joint_germline": {
242248
"type": "boolean",
243249
"fa_icon": "fas fa-toolbox",
@@ -345,7 +351,7 @@
345351
},
346352
"cnvkit_reference": {
347353
"type": "string",
348-
"default": null,
354+
"default": "None",
349355
"fa_icon": "fas fa-file",
350356
"help_text": "https://cnvkit.readthedocs.io/en/stable/pipeline.html?highlight=reference.cnn#batch",
351357
"description": "Copy-number reference for CNVkit",
@@ -528,7 +534,7 @@
528534
"ascat_genome": {
529535
"type": "string",
530536
"fa_icon": "fa-solid fa-text",
531-
"default": null,
537+
"default": "None",
532538
"description": "ASCAT genome.",
533539
"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.",
534540
"enum": ["None", "hg19", "hg38"],

0 commit comments

Comments
 (0)