# HG changeset patch # User q2d2 # Date 1661802661 0 # Node ID ba5db18297f663cf643e85ad8d80e88492d149e8 planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2__feature_classifier commit 9023cfd83495a517fbcbb6f91d5b01a6f1afcda1 diff -r 000000000000 -r ba5db18297f6 qiime2__feature_classifier__fit_classifier_naive_bayes.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/qiime2__feature_classifier__fit_classifier_naive_bayes.xml Mon Aug 29 19:51:01 2022 +0000 @@ -0,0 +1,151 @@ + + + + + Train the naive_bayes classifier + + quay.io/qiime2/core:2022.8 + + q2galaxy version feature_classifier + q2galaxy run feature_classifier fit_classifier_naive_bayes '$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]'] + +
+ + + + + hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in ['FeatureTable[RelativeFrequency]'] + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + +QIIME 2: feature-classifier fit-classifier-naive-bayes +====================================================== +Train the naive_bayes classifier + + +Outputs: +-------- +:classifier.qza: <no description> + +| + +Description: +------------ +Create a scikit-learn naive_bayes classifier for reads + + +| + + + + @article{cite1, + author = {Pedregosa, Fabian and Varoquaux, Gaël and Gramfort, Alexandre and Michel, Vincent and Thirion, Bertrand and Grisel, Olivier and Blondel, Mathieu and Prettenhofer, Peter and Weiss, Ron and Dubourg, Vincent and Vanderplas, Jake and Passos, Alexandre and Cournapeau, David and Brucher, Matthieu and Perrot, Matthieu and Duchesnay, Édouard}, + journal = {Journal of machine learning research}, + number = {Oct}, + pages = {2825--2830}, + title = {Scikit-learn: Machine learning in Python}, + volume = {12}, + year = {2011} +} + + 10.1186/s40168-018-0470-z + 10.1038/s41587-019-0209-9 + +
diff -r 000000000000 -r ba5db18297f6 test-data/.gitkeep