Skip to content

Commit 5ed6c3d

Browse files
Apply suggestions from code review
Co-authored-by: Ian Light-Maka <86308592+ilight1542@users.noreply.github.com>
1 parent 9b17df3 commit 5ed6c3d

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

nextflow_schema.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1623,9 +1623,9 @@
16231623
"consensus_tool": {
16241624
"type": "string",
16251625
"fa_icon": "fas fa-hammer",
1626-
"description": "Specify which tool to use to create consensus sequences: multivcfanalyzer, gencons",
1627-
"enum": ["multivcfanalyzer", "gencons"],
1628-
"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."
1626+
"description": "Specify which tool to use to create consensus sequences: multivcfanalyzer",
1627+
"enum": ["multivcfanalyzer"],
1628+
"help_text": "Specify the tool to create the consensus sequence. Accepted values: multivcfanalyzer.\n\nNote: These tools currently only supports diploid GATK UnifiedGenotyper vcfs as input."
16291629
},
16301630
"consensus_multivcfanalyzer_write_allele_frequencies": {
16311631
"type": "boolean",
@@ -1645,7 +1645,7 @@
16451645
"default": 5,
16461646
"fa_icon": "fas fa-sort-amount-up",
16471647
"description": "Specify the minum number of reads required for base calling",
1648-
"help_text": "Specify the minimum number of reads covering a position for it to be considered for base calling."
1648+
"help_text": "Specify the minimum number of reads covering a position for it to be considered for base calling."
16491649
},
16501650
"consensus_multivcfanalyzer_allele_freq_hom": {
16511651
"type": "number",
@@ -1658,7 +1658,7 @@
16581658
"type": "number",
16591659
"default": 0.9,
16601660
"description": "Specify the minimum allele frequency required for a base to be called as 'heterozygous'",
1661-
"help_text": "Specify the minimum allele frequency that a base requires to be considered a 'heterozygous' call.",
1661+
"help_text": "Specify the minimum allele frequency that a base requires to be considered a 'heterozygous' call. Please note, heterozygous sites are only called within the range of `consensus_multivcfanalyzer_allele_freq_het` < allele frequency < `consensus_multivcfanalyzer_allele_freq_hom`, so proper adjustment of both these parameters is necessary. By default no heterozygous sites will be called.",
16621662
"fa_icon": "fas fa-percent"
16631663
},
16641664
"consensus_multivcfanalyzer_reference_gff_annotations": {

0 commit comments

Comments
 (0)