You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: nextflow_schema.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1612,12 +1612,12 @@
1612
1612
"type": "boolean",
1613
1613
"description": "Specify to create consensus sequence from VCF files",
1614
1614
"fa_icon": "fas fa-power-off",
1615
-
"help_text": "Specify to create consensus sequence from VCF files."
1615
+
"help_text": "Utilize reference genome and generated VCF files to create consensus sequence at set quality thresholds."
1616
1616
},
1617
1617
"consensus_tool": {
1618
1618
"type": "string",
1619
1619
"fa_icon": "fas fa-hammer",
1620
-
"description": "Speficy which tool to use to create consensus sequences: multivcfanalyzer, gencons",
1620
+
"description": "Specify which tool to use to create consensus sequences: multivcfanalyzer, gencons",
1621
1621
"enum": ["multivcfanalyzer", "gencons"],
1622
1622
"help_text": "Specify the tool to create the consensus sequence. Accepted values: multivcfanalyzer, gencons.\n\nNote: These tools currently only supports diploid GATK UnifiedGenotyper vcfs as input."
0 commit comments