|
150 | 150 | "primer_removal": {
|
151 | 151 | "title": "Primer removal",
|
152 | 152 | "type": "object",
|
| 153 | + "description": "Spurious sequences sometimes lack primer sequences and primers introduce errors that can be removed in that step", |
153 | 154 | "default": "",
|
154 | 155 | "properties": {
|
155 | 156 | "retain_untrimmed": {
|
|
188 | 189 | "read_trimming_and_quality_filtering": {
|
189 | 190 | "title": "Read trimming and quality filtering",
|
190 | 191 | "type": "object",
|
191 |
| - "description": "", |
| 192 | + "description": "Read trimming and quality filtering is supposed to reduce spurious results and aid error correction", |
192 | 193 | "default": "",
|
193 | 194 | "properties": {
|
194 | 195 | "trunclenf": {
|
|
271 | 272 | "asv_post_processing": {
|
272 | 273 | "title": "ASV post processing",
|
273 | 274 | "type": "object",
|
| 275 | + "description": "ASV post-processing takes place after ASV computation but before taxonomic assignment, it will affect all downstream processes", |
274 | 276 | "default": "",
|
275 | 277 | "properties": {
|
276 | 278 | "vsearch_cluster": {
|
|
370 | 372 | "rdp",
|
371 | 373 | "rdp=18",
|
372 | 374 | "sbdi-gtdb",
|
373 |
| - "sbdi-gtdb=R06-RS202-1", |
374 |
| - "sbdi-gtdb=R06-RS202-3", |
375 |
| - "sbdi-gtdb=R07-RS207-1", |
| 375 | + "sbdi-gtdb=R09-RS220-1", |
376 | 376 | "sbdi-gtdb=R08-RS214-1",
|
| 377 | + "sbdi-gtdb=R07-RS207-1", |
| 378 | + "sbdi-gtdb=R06-RS202-3", |
| 379 | + "sbdi-gtdb=R06-RS202-1", |
377 | 380 | "silva",
|
378 | 381 | "silva=132",
|
379 | 382 | "silva=138",
|
380 | 383 | "unite-alleuk",
|
381 |
| - "unite-alleuk=8.2", |
382 |
| - "unite-alleuk=8.3", |
383 | 384 | "unite-alleuk=9.0",
|
| 385 | + "unite-alleuk=8.3", |
| 386 | + "unite-alleuk=8.2", |
384 | 387 | "unite-fungi",
|
385 |
| - "unite-fungi=8.2", |
386 |
| - "unite-fungi=8.3", |
387 | 388 | "unite-fungi=9.0",
|
| 389 | + "unite-fungi=8.3", |
| 390 | + "unite-fungi=8.2", |
388 | 391 | "zehr-nifh",
|
389 | 392 | "zehr-nifh=2.5.0"
|
390 | 393 | ]
|
|
451 | 454 | "type": "string",
|
452 | 455 | "help_text": "Choose any of the supported databases, and optionally also specify the version. Database and version are separated by an equal sign (`=`, e.g. `silva=138`) . This will download the desired database and initiate taxonomic classification with QIIME2 and the chosen database.\n\nIf both, `--dada_ref_taxonomy` and `--qiime_ref_taxonomy` are used, DADA2 classification will be used for downstream analysis.\n\nThe following databases are supported:\n- SILVA ribosomal RNA gene database project - 16S rRNA\n- UNITE - eukaryotic nuclear ribosomal ITS region - ITS\n- Greengenes (only testing!)\n\nGenerally, using `silva`, `unite-fungi`, or `unite-alleuk` will select the most recent supported version. For testing purposes, the tiny database `greengenes85` (dereplicated at 85% sequence similarity) is available. For details on what values are valid, please either use an invalid value such as `x` (causing the pipeline to send an error message with all valid values) or see `conf/ref_databases.config`.",
|
453 | 456 | "description": "Name of supported database, and optionally also version number",
|
454 |
| - "enum": [ |
455 |
| - "silva=138", |
456 |
| - "silva", |
457 |
| - "unite-fungi=8.3", |
458 |
| - "unite-fungi=8.2", |
459 |
| - "unite-fungi", |
460 |
| - "unite-alleuk=9.0", |
461 |
| - "unite-alleuk=8.3", |
462 |
| - "unite-alleuk=8.2", |
463 |
| - "unite-alleuk", |
464 |
| - "greengenes85", |
465 |
| - "greengenes2", |
466 |
| - "greengenes2=2022.10" |
467 |
| - ] |
| 457 | + "enum": ["silva=138", "silva", "greengenes85", "greengenes2", "greengenes2=2022.10"] |
468 | 458 | },
|
469 | 459 | "qiime_ref_tax_custom": {
|
470 | 460 | "type": "string",
|
|
517 | 507 | "enum": [
|
518 | 508 | "coidb",
|
519 | 509 | "coidb=221216",
|
| 510 | + "unite-fungi", |
| 511 | + "unite-fungi=10.0", |
520 | 512 | "unite-fungi=9.0",
|
521 | 513 | "unite-fungi=8.3",
|
522 | 514 | "unite-fungi=8.2",
|
523 |
| - "unite-fungi", |
| 515 | + "unite-alleuk", |
| 516 | + "unite-alleuk=10.0", |
524 | 517 | "unite-alleuk=9.0",
|
525 | 518 | "unite-alleuk=8.3",
|
526 |
| - "unite-alleuk=8.2", |
527 |
| - "unite-alleuk" |
| 519 | + "unite-alleuk=8.2" |
528 | 520 | ]
|
529 | 521 | },
|
530 | 522 | "addsh": {
|
|
575 | 567 | "title": "ASV filtering",
|
576 | 568 | "type": "object",
|
577 | 569 | "default": "",
|
| 570 | + "description": "Filtering by taxonomy or abundance will affect all downstream analysis", |
578 | 571 | "fa_icon": "fas fa-filter",
|
579 | 572 | "properties": {
|
580 | 573 | "exclude_taxa": {
|
|
600 | 593 | "downstream_analysis": {
|
601 | 594 | "title": "Downstream analysis",
|
602 | 595 | "type": "object",
|
603 |
| - "description": "", |
| 596 | + "description": "Metadata is used here to visualize data either for quality control or publication ready figures", |
604 | 597 | "default": "",
|
605 | 598 | "fa_icon": "fas fa-bacteria",
|
606 | 599 | "properties": {
|
|
652 | 645 | "differential_abundance_analysis": {
|
653 | 646 | "title": "Differential abundance analysis",
|
654 | 647 | "type": "object",
|
655 |
| - "description": "", |
| 648 | + "description": "Differential abundance analysis relies on provided metadata", |
656 | 649 | "default": "",
|
657 | 650 | "fa_icon": "fas fa-bacteria",
|
658 | 651 | "properties": {
|
|
705 | 698 | "pipeline_report": {
|
706 | 699 | "title": "Pipeline summary report",
|
707 | 700 | "type": "object",
|
708 |
| - "description": "", |
| 701 | + "description": "Customization of the pipeline report", |
709 | 702 | "default": "",
|
710 | 703 | "properties": {
|
711 | 704 | "report_template": {
|
|
0 commit comments