# HG changeset patch # User q2d2 # Date 1661803376 0 # Node ID 4139c3491d30648f138bdc863c905fa2e91d512a planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2__fragment_insertion commit 9023cfd83495a517fbcbb6f91d5b01a6f1afcda1 diff -r 000000000000 -r 4139c3491d30 qiime2__fragment_insertion__classify_otus_experimental.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/qiime2__fragment_insertion__classify_otus_experimental.xml Mon Aug 29 20:02:56 2022 +0000 @@ -0,0 +1,84 @@ + + + + + Experimental: Obtain taxonomic lineages, by finding closest OTU in reference phylogeny. + + quay.io/qiime2/core:2022.8 + + q2galaxy version fragment_insertion + q2galaxy run fragment_insertion classify_otus_experimental '$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 ['Phylogeny[Rooted]'] + + + + + + hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in ['FeatureData[Taxonomy]'] + + + + + + + +QIIME 2: fragment-insertion classify-otus-experimental +====================================================== +Experimental: Obtain taxonomic lineages, by finding closest OTU in reference phylogeny. + + +Outputs: +-------- +:classification.qza: Taxonomic lineages for inserted fragments. + +| + +Description: +------------ +Experimental: Use the resulting tree from 'sepp' and find closest OTU-ID for every inserted fragment. Then, look up the reference lineage string in the reference taxonomy. + + +| + + + + 10.1128/mSystems.00021-18 + 10.1371/journal.pone.0031009 + 10.1371/journal.pcbi.1002195 + @article{cite4, + author = {Matsen, Frederick A and Kodner, Robin B and Armbrust, E Virginia}, + journal = {BMC bioinformatics}, + number = {1}, + pages = {538}, + publisher = {BioMed Central}, + title = {pplacer: linear time maximum-likelihood and Bayesian phylogenetic placement of sequences onto a fixed reference tree}, + volume = {11}, + year = {2010} +} + + 10.1038/s41587-019-0209-9 + + diff -r 000000000000 -r 4139c3491d30 test-data/.gitkeep