# HG changeset patch # User iuc # Date 1729865704 0 # Node ID 20a62b3a3038f2589a37905e89209d617fb38062 # Parent cf579d6919e89ed5d24b30c2a0da3a85c54f2c2d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ampvis2 commit d92935972ac18906154fadf42bd0c008e3c437e2 diff -r cf579d6919e8 -r 20a62b3a3038 subset_taxa.xml --- a/subset_taxa.xml Mon Aug 26 16:18:57 2024 +0000 +++ b/subset_taxa.xml Fri Oct 25 14:15:04 2024 +0000 @@ -1,4 +1,4 @@ - + by taxonomy macros.xml @@ -11,13 +11,26 @@ @@ -25,8 +38,22 @@ - - + + + + + + + + + + + + + + + + @@ -34,10 +61,12 @@ + - + + @@ -48,9 +77,11 @@ - + + + @@ -62,6 +93,21 @@ + + + + + + + + + + + + + + + `_ function of the ampvis2 package. +This tool provides two options for specifying the `subset`: + +1. **Provide taxa names matching the taxonomy table**: + The taxonomy subset is done by providing a tax_vector of taxa names which are then matched to the taxonomy table, where all other taxa not matching the "Taxa to keep" (``tax_vector``) are removed. If "Remove" is enabled, then the matching taxa are the ones being removed instead. The taxa names will be matched in all columns of the taxonomy table. +2. **Provide a file of selected taxonomies**: + +In this option, you can upload a file containing the taxa you wish to subset. +The file should contain one taxon name per line. +This option is useful when you have a pre-defined list of taxa stored in a file. +This is useful if you want to use the tool in a workflow or if you automatically generate +a taxonomy selection e.g. with differential abundance tools like MaAsLi2 and you only want to +plot these taxa. + + @HELP_RELATIVE_ABUNDANCES@ Input @@ -95,4 +155,4 @@ ]]> - \ No newline at end of file + diff -r cf579d6919e8 -r 20a62b3a3038 test-data/AalborgWWTPs-selected.taxonomy.list --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/AalborgWWTPs-selected.taxonomy.list Fri Oct 25 14:15:04 2024 +0000 @@ -0,0 +1,2 @@ +f__Caldilineaceae +p__Elusimicrobia \ No newline at end of file