Skip to content

Commit 7415c81

Browse files
authored
Merge pull request #573 from nf-core/better-docs
Better docs for taxpasta related flags
2 parents f11fd27 + 22380d6 commit 7415c81

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

nextflow_schema.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -675,32 +675,32 @@
675675
},
676676
"taxpasta_add_name": {
677677
"type": "boolean",
678-
"description": "Add the taxon name to the output.",
679-
"help_text": "The standard output format of taxpasta is a two-column table including the read counts and the integer taxonomic ID. The taxon name can be added as additional information to the output table in addition to the taxon ID.\n\nModifies tool parameter(s):\n- taxpasta: `--add-name`",
678+
"description": "Add the taxon name to the output. Requires --taxpasta_taxonomy_dir.",
679+
"help_text": "The standard output format of taxpasta is a two-column table including the read counts and the integer taxonomic ID. The taxon name can be added as additional information to the output table in addition to the taxon ID. Requires --taxpasta_taxonomy_dir to be supplied to infer the additional information.\n\nModifies tool parameter(s):\n- taxpasta: `--add-name`",
680680
"fa_icon": "fas fa-tag"
681681
},
682682
"taxpasta_add_rank": {
683683
"type": "boolean",
684-
"description": "Add the taxon rank to the output.",
685-
"help_text": "The standard output format of taxpasta is a two-column table including the read counts and the integer taxonomic ID. The taxon rank of the given taxonomic entry can be added as additional information to the output table.\n\nModifies tool parameter(s):\n- taxpasta: `--add-rank`",
684+
"description": "Add the taxon rank to the output. Requires --taxpasta_taxonomy_dir.",
685+
"help_text": "The standard output format of taxpasta is a two-column table including the read counts and the integer taxonomic ID. The taxon rank of the given taxonomic entry can be added as additional information to the output table. Requires --taxpasta_taxonomy_dir to be supplied to infer the additional information.\n\nModifies tool parameter(s):\n- taxpasta: `--add-rank`",
686686
"fa_icon": "fas fa-sort-amount-down-alt"
687687
},
688688
"taxpasta_add_lineage": {
689689
"type": "boolean",
690-
"description": "Add the taxon's entire name lineage to the output.",
691-
"help_text": "\nThe standard output format of taxpasta is a two-column table including the read counts and the integer taxonomic ID. The taxon's entire taxonomic lineage with the taxon names separated by semi-colons can be added as additional information to the output table.\n\nModifies tool parameter(s):\n- taxpasta: `--add-lineage`\n",
690+
"description": "Add the taxon's entire name lineage to the output. Requires --taxpasta_taxonomy_dir.",
691+
"help_text": "\nThe standard output format of taxpasta is a two-column table including the read counts and the integer taxonomic ID. The taxon's entire taxonomic lineage with the taxon names separated by semi-colons can be added as additional information to the output table. Requires --taxpasta_taxonomy_dir to be supplied to infer the additional information.\n\nModifies tool parameter(s):\n- taxpasta: `--add-lineage`\n",
692692
"fa_icon": "fas fa-link"
693693
},
694694
"taxpasta_add_idlineage": {
695695
"type": "boolean",
696-
"description": "Add the taxon's entire ID lineage to the output.",
697-
"help_text": "\nThe standard output format of taxpasta is a two-column table including the read counts and the integer taxonomic ID. The taxon's entire taxonomic lineage with the taxon identifiers separated by semi-colons can be added as additional information to the output table.\n\nModifies tool parameter(s):\n- taxpasta: `--add-id-lineage`\n",
696+
"description": "Add the taxon's entire ID lineage to the output. Requires --taxpasta_taxonomy_dir.",
697+
"help_text": "\nThe standard output format of taxpasta is a two-column table including the read counts and the integer taxonomic ID. The taxon's entire taxonomic lineage with the taxon identifiers separated by semi-colons can be added as additional information to the output table. Requires --taxpasta_taxonomy_dir to be supplied to infer the additional information.\n\nModifies tool parameter(s):\n- taxpasta: `--add-id-lineage`\n",
698698
"fa_icon": "fas fa-link"
699699
},
700700
"taxpasta_add_ranklineage": {
701701
"type": "boolean",
702-
"description": "Add the taxon's entire rank lineage to the output.",
703-
"help_text": "\nThe standard output format of taxpasta is a two-column table including the read counts and the integer taxonomic ID. The taxonomic ranks categories of the taxon's entire lineage separated by semi-colons can be added as additional information to the output table. This complements `--taxpasta_add_lineage` by telling you which taxonomic rank level each entry in the lineage refers to.\n\nModifies tool parameter(s):\n- taxpasta: `--add-rank-lineage`\n",
702+
"description": "Add the taxon's entire rank lineage to the output. Requires --taxpasta_taxonomy_dir.",
703+
"help_text": "\nThe standard output format of taxpasta is a two-column table including the read counts and the integer taxonomic ID. The taxonomic ranks categories of the taxon's entire lineage separated by semi-colons can be added as additional information to the output table. This complements `--taxpasta_add_lineage` by telling you which taxonomic rank level each entry in the lineage refers to. Requires --taxpasta_taxonomy_dir to be supplied to infer the additional information.\n\nModifies tool parameter(s):\n- taxpasta: `--add-rank-lineage`\n",
704704
"fa_icon": "fas fa-link"
705705
},
706706
"taxpasta_ignore_errors": {

0 commit comments

Comments
 (0)