Skip to content

Commit

Permalink
add db param to schema
Browse files Browse the repository at this point in the history
  • Loading branch information
FriederikeHanssen committed Jun 18, 2023
1 parent bc204e1 commit 8ab3d9c
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,12 @@
"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.",
"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."
},
"genomicsdb_workspace": {
"type": "string",
"default": null,
"fa_icon": "fas fa-database",
"hidden": true
},
"joint_germline": {
"type": "boolean",
"fa_icon": "fas fa-toolbox",
Expand Down Expand Up @@ -345,7 +351,7 @@
},
"cnvkit_reference": {
"type": "string",
"default": null,
"default": "None",
"fa_icon": "fas fa-file",
"help_text": "https://cnvkit.readthedocs.io/en/stable/pipeline.html?highlight=reference.cnn#batch",
"description": "Copy-number reference for CNVkit",
Expand Down Expand Up @@ -528,7 +534,7 @@
"ascat_genome": {
"type": "string",
"fa_icon": "fa-solid fa-text",
"default": null,
"default": "None",
"description": "ASCAT genome.",
"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.",
"enum": ["None", "hg19", "hg38"],
Expand Down

0 comments on commit 8ab3d9c

Please sign in to comment.