# HG changeset patch # User q2d2 # Date 1714079971 0 # Node ID 1b1fd5ca308be9d86a2b4812690e2426e46c8ffc planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2__rescript commit 389df0134cd0763dcf02aac6e623fc15f8861c1e diff -r 000000000000 -r 1b1fd5ca308b qiime2__rescript__filter_taxa.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/qiime2__rescript__filter_taxa.xml Thu Apr 25 21:19:31 2024 +0000 @@ -0,0 +1,91 @@ + + + + + Filter taxonomy by list of IDs or search criteria. + + quay.io/qiime2/amplicon:2024.2 + + q2galaxy version rescript + q2galaxy run rescript filter_taxa '$inputs' + + + + + + + + + hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in ['FeatureData[Taxonomy]'] + +
+ + + + + + + + + + + + + + + + + + + + value is not None and len(value) > 0 + + + + + + + + value is not None and len(value) > 0 + + +
+
+ + + + + +QIIME 2: rescript filter-taxa +============================= +Filter taxonomy by list of IDs or search criteria. + + +Outputs: +-------- +:filtered_taxonomy.qza: The filtered taxonomy. + +| + +Description: +------------ +Filter taxonomy by list of IDs or search criteria. + + +| + + + + 10.1371/journal.pcbi.1009581 + 10.1038/s41587-019-0209-9 + +
diff -r 000000000000 -r 1b1fd5ca308b test-data/.gitkeep