changeset 0:b5f6e033805e draft default tip

planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2_core__tools commit 389df0134cd0763dcf02aac6e623fc15f8861c1e
author q2d2
date Thu, 25 Apr 2024 21:28:18 +0000
parents
children
files qiime2_core__tools__import_fastq.xml test-data/.gitkeep
diffstat 1 files changed, 31 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/qiime2_core__tools__import_fastq.xml	Thu Apr 25 21:28:18 2024 +0000
@@ -0,0 +1,31 @@
+<?xml version='1.0' encoding='utf-8'?>
+<!--
+Copyright (c) 2024, QIIME 2 development team.
+
+Distributed under the terms of the Modified BSD License. (SPDX: BSD-3-Clause)
+-->
+<!--
+This tool was automatically generated by:
+    q2galaxy (version: 2024.2.1)
+for:
+    qiime2 (version: 2024.2.0)
+-->
+<tool name="qiime2 tools import-fastq" id="qiime2_core__tools__import_fastq" version="2024.2.1+dist.he188c3c2" profile="22.05" license="BSD-3-Clause">
+    <description>Import fastq data into a QIIME 2 artifact</description>
+    <requirements>
+        <container type="docker">quay.io/qiime2/amplicon:2024.2</container>
+    </requirements>
+    <command>q2galaxy run tools import-fastq '$inputs'</command>
+    <configfiles>
+        <inputs name="inputs" data_style="staging_path_and_source_path"/>
+    </configfiles>
+    <inputs>
+        <param name="import" type="data_collection" collection_type="list, list:paired"/>
+    </inputs>
+    <outputs>
+        <data name="imported-data" format="qza" from_work_dir="imported_data.qza"/>
+    </outputs>
+    <citations>
+        <citation type="doi">10.1038/s41587-019-0209-9</citation>
+    </citations>
+</tool>