|
1623 | 1623 | "consensus_tool": { |
1624 | 1624 | "type": "string", |
1625 | 1625 | "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." |
1629 | 1629 | }, |
1630 | 1630 | "consensus_multivcfanalyzer_write_allele_frequencies": { |
1631 | 1631 | "type": "boolean", |
|
1645 | 1645 | "default": 5, |
1646 | 1646 | "fa_icon": "fas fa-sort-amount-up", |
1647 | 1647 | "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." |
1649 | 1649 | }, |
1650 | 1650 | "consensus_multivcfanalyzer_allele_freq_hom": { |
1651 | 1651 | "type": "number", |
|
1658 | 1658 | "type": "number", |
1659 | 1659 | "default": 0.9, |
1660 | 1660 | "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.", |
1662 | 1662 | "fa_icon": "fas fa-percent" |
1663 | 1663 | }, |
1664 | 1664 | "consensus_multivcfanalyzer_reference_gff_annotations": { |
|
0 commit comments