# HG changeset patch # User q2d2 # Date 1769616658 0 # Node ID e7746c84c60d12c3d3dff5a6fbfeb18016987f83 # Parent e0233658767155757f58274088dc2da8c57bdd29 planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2__alignment commit 36ec48f8c55799a0c963733df13da30f19b1bdf3 diff -r e02336587671 -r e7746c84c60d qiime2__alignment__mafft.xml --- a/qiime2__alignment__mafft.xml Sat Nov 01 17:07:05 2025 +0000 +++ b/qiime2__alignment__mafft.xml Wed Jan 28 16:10:58 2026 +0000 @@ -1,22 +1,22 @@ - + De novo multiple sequence alignment with MAFFT qiime2 - quay.io/qiime2/amplicon:2025.10 + quay.io/qiime2/amplicon:2026.1 q2galaxy version alignment q2galaxy run alignment mafft '$inputs' @@ -24,15 +24,26 @@ - + + - 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[ProteinSequence]', 'FeatureData[Sequence]']
- + + + + + + + + + + +