# HG changeset patch # User q2d2 # Date 1661803401 0 # Node ID 7e40500ac0a4bcb780153e6246b4cf33dd4334f4 planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2__fragment_insertion commit 9023cfd83495a517fbcbb6f91d5b01a6f1afcda1 diff -r 000000000000 -r 7e40500ac0a4 qiime2__fragment_insertion__sepp.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/qiime2__fragment_insertion__sepp.xml Mon Aug 29 20:03:21 2022 +0000 @@ -0,0 +1,86 @@ + + + + + Insert fragment sequences using SEPP into reference phylogenies. + + quay.io/qiime2/core:2022.8 + + q2galaxy version fragment_insertion + q2galaxy run fragment_insertion sepp '$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 ['SeppReferenceDatabase'] + +
+ + + + +
+
+ + + + + + +QIIME 2: fragment-insertion sepp +================================ +Insert fragment sequences using SEPP into reference phylogenies. + + +Outputs: +-------- +:tree.qza: The tree with inserted feature data. +:placements.qza: Information about the feature placements within the reference tree. + +| + +Description: +------------ +Perform fragment insertion of sequences using the SEPP algorithm. + + +| + + + + 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 7e40500ac0a4 test-data/.gitkeep