|
552 | 552 | "fa_icon": "fas fa-forward",
|
553 | 553 | "description": "Skip the preclustering of assemblies to facilitate downstream processing of assemblies"
|
554 | 554 | },
|
555 |
| - "cluster_method": { |
556 |
| - "type": "string", |
557 |
| - "default": "mash", |
558 |
| - "description": "Cluster algorithm used for contigs", |
559 |
| - "enum": ["cdhitest", "vsearch", "mmseqs-linclust", "mmseqs-cluster", "vrhyme", "mash", "diamond"], |
560 |
| - "fa_icon": "fas fa-bezier-curve" |
561 |
| - }, |
562 | 555 | "keep_unclassified": {
|
563 | 556 | "type": "boolean",
|
564 | 557 | "default": true,
|
565 | 558 | "fa_icon": "fas fa-filter",
|
566 | 559 | "description": "Keep the contigs that could not be classified with the taxonomic databases (`kaiju_db` & `kraken2_db`)",
|
567 | 560 | "help_text": "Within the preclustering step, all contigs will get a taxonomic classification using the provided databases for the metagenomic tools. In some cases, the number of unclassified contigs, can be very large if the database is restrictive. This will result in large clusters in downstream processing that can take up a lot of resources despite not being a priority in some analyses. So set it to `True` if you want to keep unclassified contigs and set it to `False` if you don't want to keep them. "
|
568 | 561 | },
|
| 562 | + "taxon_merge_strategy": { |
| 563 | + "type": "string", |
| 564 | + "default": "lowest", |
| 565 | + "fa_icon": "far fa-object-ungroup", |
| 566 | + "description": "Taxon conflict resolution mode, must be 1 (Kaiju), 2 (Kraken), lca, or lowest.", |
| 567 | + "help_text": "The option -c determines the method of resolving conflicts in the taxonomic assignment for a read.\nPossible values are '1', '2', 'lca', 'lowest':\n '1' -> the taxon id from Kaiju is used.\n '2' -> the taxon id from Kraken is used.\n 'lca' -> the least common ancestor of the two taxon ids from both input files is used.\n 'lowest' -> the lower rank of the two taxa is used if they are within the same lineage. Otherwise the LCA is used.", |
| 568 | + "enum": ["1", "2", "lca", "lowest"] |
| 569 | + }, |
| 570 | + "cluster_method": { |
| 571 | + "type": "string", |
| 572 | + "default": "mash", |
| 573 | + "description": "Cluster algorithm used for contigs", |
| 574 | + "enum": ["cdhitest", "vsearch", "mmseqs-linclust", "mmseqs-cluster", "vrhyme", "mash", "diamond"], |
| 575 | + "fa_icon": "fas fa-bezier-curve" |
| 576 | + }, |
569 | 577 | "network_clustering": {
|
570 | 578 | "type": "string",
|
571 | 579 | "default": "connected_components",
|
|
0 commit comments