# HG changeset patch # User q2d2 # Date 1661805040 0 # Node ID 5aedcbff85e432d7bdb8d6bf30d1bae574041d50 planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2__taxa commit 9023cfd83495a517fbcbb6f91d5b01a6f1afcda1 diff -r 000000000000 -r 5aedcbff85e4 qiime2__taxa__filter_seqs.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/qiime2__taxa__filter_seqs.xml Mon Aug 29 20:30:40 2022 +0000 @@ -0,0 +1,107 @@ + + + + + Taxonomy-based feature sequence filter. + + quay.io/qiime2/core:2022.8 + + q2galaxy version taxa + q2galaxy run taxa filter_seqs '$inputs' + + + + + + + + + hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in ['FeatureData[Sequence]'] + + + + + + hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in ['FeatureData[Taxonomy]'] + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + +QIIME 2: taxa filter-seqs +========================= +Taxonomy-based feature sequence filter. + + +Outputs: +-------- +:filtered_sequences.qza: The taxonomy-filtered feature sequences. + +| + +Description: +------------ +This method filters sequences based on their taxonomic annotations. Features can be retained in the result by specifying one or more include search terms, and can be filtered out of the result by specifying one or more exclude search terms. If both include and exclude are provided, the inclusion critera will be applied before the exclusion critera. Either include or exclude terms (or both) must be provided. + + +| + + + + 10.1038/s41587-019-0209-9 + +
diff -r 000000000000 -r 5aedcbff85e4 test-data/.gitkeep