# HG changeset patch # User q2d2 # Date 1661803053 0 # Node ID db935a4cfe8ba97666ff34f19c679b4777a80b46 planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2__feature_table commit 9023cfd83495a517fbcbb6f91d5b01a6f1afcda1 diff -r 000000000000 -r db935a4cfe8b qiime2__feature_table__core_features.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/qiime2__feature_table__core_features.xml Mon Aug 29 19:57:33 2022 +0000 @@ -0,0 +1,63 @@ + + + + + Identify core features in table + + quay.io/qiime2/core:2022.8 + + q2galaxy version feature_table + q2galaxy run feature_table core_features '$inputs' + + + + + + + + + hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in ['FeatureTable[Frequency]'] + +
+ + + +
+
+ + + + + +QIIME 2: feature-table core-features +==================================== +Identify core features in table + + +Outputs: +-------- +:visualization.qzv: <no description> + +| + +Description: +------------ +Identify "core" features, which are features observed in a user-defined fraction of the samples. Since the core features are a function of the fraction of samples that the feature must be observed in to be considered core, this is computed over a range of fractions defined by the `min_fraction`, `max_fraction`, and `steps` parameters. + + +| + + + + 10.1038/s41587-019-0209-9 + +
diff -r 000000000000 -r db935a4cfe8b test-data/merge.test0.feature-table1.qza Binary file test-data/merge.test0.feature-table1.qza has changed diff -r 000000000000 -r db935a4cfe8b test-data/merge.test0.feature-table2.qza Binary file test-data/merge.test0.feature-table2.qza has changed diff -r 000000000000 -r db935a4cfe8b test-data/merge.test1.feature-table1.qza Binary file test-data/merge.test1.feature-table1.qza has changed diff -r 000000000000 -r db935a4cfe8b test-data/merge.test1.feature-table2.qza Binary file test-data/merge.test1.feature-table2.qza has changed diff -r 000000000000 -r db935a4cfe8b test-data/merge.test1.feature-table3.qza Binary file test-data/merge.test1.feature-table3.qza has changed