# HG changeset patch # User q2d2 # Date 1661804492 0 # Node ID 78420e8bfd4914f8b1997fa52d55a39581c397ba planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2__quality_control commit 9023cfd83495a517fbcbb6f91d5b01a6f1afcda1 diff -r 000000000000 -r 78420e8bfd49 qiime2__quality_control__bowtie2_build.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/qiime2__quality_control__bowtie2_build.xml Mon Aug 29 20:21:32 2022 +0000 @@ -0,0 +1,72 @@ + + + + + Build bowtie2 index from reference sequences. + + quay.io/qiime2/core:2022.8 + + q2galaxy version quality_control + q2galaxy run quality_control bowtie2_build '$inputs' + + + + + + + + + hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in ['FeatureData[Sequence]'] + +
+ +
+
+ + + + + +QIIME 2: quality-control bowtie2-build +====================================== +Build bowtie2 index from reference sequences. + + +Outputs: +-------- +:database.qza: Bowtie2 index. + +| + +Description: +------------ +Build bowtie2 index from reference sequences. + + +| + + + + @article{cite1, + author = {Langmead, Ben and Salzberg, Steven L}, + journal = {Nature methods}, + number = {4}, + pages = {357}, + publisher = {Nature Publishing Group}, + title = {Fast gapped-read alignment with Bowtie 2}, + volume = {9}, + year = {2012} +} + + 10.1038/s41587-019-0209-9 + +
diff -r 000000000000 -r 78420e8bfd49 test-data/.gitkeep