# HG changeset patch # User q2d2 # Date 1762017953 0 # Node ID 24d1b603d462b4c5955569c803ea122258e21967 planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2__fondue commit 64ed09f1f1c680ad8373d261bd6be43a4f8a8d5b diff -r 000000000000 -r 24d1b603d462 qiime2__fondue___get_sequences.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/qiime2__fondue___get_sequences.xml Sat Nov 01 17:25:53 2025 +0000 @@ -0,0 +1,84 @@ + + + + + Fetch sequences based on run ID. + + qiime2 + + + quay.io/qiime2/amplicon:2025.10 + + q2galaxy version fondue + q2galaxy run fondue _get_sequences '$inputs' + + + + + + + + + value is not None and len(value) > 0 + +
+ + + + + + + + + +
+
+ + + + + + + +QIIME 2: fondue -get-sequences +============================== +Fetch sequences based on run ID. + + +Outputs: +-------- +:single_reads.qza: Artifact containing single-read fastq.gz files for all the requested IDs. +:paired_reads.qza: Artifact containing paired-end fastq.gz files for all the requested IDs. +:failed_runs.qza: List of all run IDs for which fetching sequences failed, with their corresponding error messages. + +| + +Description: +------------ +Fetch sequence data of all run IDs. + + +| + + + + @misc{cite1, + author = {SRA Toolkit Development Team}, + name = {SRA Toolkit}, + url = {https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?view=software}, + version = {2.9.6} +} + + 10.1093/bioinformatics/btac639 + 10.1038/s41587-019-0209-9 + +
diff -r 000000000000 -r 24d1b603d462 test-data/.gitkeep