# HG changeset patch # User q2d2 # Date 1661800758 0 # Node ID 610253dfe672dea8ae43c26a838996eb1acacd13 planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2__alignment commit 9023cfd83495a517fbcbb6f91d5b01a6f1afcda1 diff -r 000000000000 -r 610253dfe672 qiime2__alignment__mask.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/qiime2__alignment__mask.xml Mon Aug 29 19:19:18 2022 +0000 @@ -0,0 +1,73 @@ + + + + + Positional conservation and gap filtering. + + quay.io/qiime2/core:2022.8 + + q2galaxy version alignment + q2galaxy run alignment mask '$inputs' + + + + + + + + + hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in ['FeatureData[AlignedSequence]'] + +
+ + +
+
+ + + + + +QIIME 2: alignment mask +======================= +Positional conservation and gap filtering. + + +Outputs: +-------- +:masked_alignment.qza: The masked alignment. + +| + +Description: +------------ +Mask (i.e., filter) unconserved and highly gapped columns from an alignment. Default min_conservation was chosen to reproduce the mask presented in Lane (1991). + + +| + + + + @incollection{cite1, + address = {New York}, + author = {Lane, DJ}, + booktitle = {Nucleic Acid Techniques in Bacterial Systematics}, + editor = {Stackebrandt, E and Goodfellow, M}, + pages = {115--175}, + publisher = {John Wiley and Sons}, + title = {16S/23S rRNA sequencing}, + year = {1991} +} + + 10.1038/s41587-019-0209-9 + +
diff -r 000000000000 -r 610253dfe672 test-data/.gitkeep