# HG changeset patch # User q2d2 # Date 1661800725 0 # Node ID 631f37aab4647b9a5c87cd2242b484d2e37a20d8 planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2__alignment commit 9023cfd83495a517fbcbb6f91d5b01a6f1afcda1 diff -r 000000000000 -r 631f37aab464 qiime2__alignment__mafft_add.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/qiime2__alignment__mafft_add.xml Mon Aug 29 19:18:45 2022 +0000 @@ -0,0 +1,81 @@ + + + + + Add sequences to multiple sequence alignment with MAFFT. + + quay.io/qiime2/core:2022.8 + + q2galaxy version alignment + q2galaxy run alignment mafft_add '$inputs' + + + + + + + + + hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in ['FeatureData[AlignedSequence]'] + + + + + + hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in ['FeatureData[Sequence]'] + +
+ + + + + + + + + + + + + + +
+
+ + + + + +QIIME 2: alignment mafft-add +============================ +Add sequences to multiple sequence alignment with MAFFT. + + +Outputs: +-------- +:expanded_alignment.qza: Alignment containing the provided aligned and unaligned sequences. + +| + +Description: +------------ +Add new sequences to an existing alignment with MAFFT. + + +| + + + + 10.1093/molbev/mst010 + 10.1038/s41587-019-0209-9 + +
diff -r 000000000000 -r 631f37aab464 test-data/.gitkeep