# HG changeset patch # User q2d2 # Date 1762017974 0 # Node ID c3a4ba352c1652abb7cdf5939b5da2b3311d40dc planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2__fondue commit 64ed09f1f1c680ad8373d261bd6be43a4f8a8d5b diff -r 000000000000 -r c3a4ba352c16 qiime2__fondue__get_all.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/qiime2__fondue__get_all.xml Sat Nov 01 17:26:14 2025 +0000 @@ -0,0 +1,100 @@ + + + + + Fetch sequence-related metadata and sequences of all run, study, BioProject, experiment or sample IDs. + + qiime2 + + + quay.io/qiime2/amplicon:2025.10 + + q2galaxy version fondue + q2galaxy run fondue get_all '$inputs' + + + + + + + + + + + hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in ['NCBIAccessionIDs', 'SRAFailedIDs', 'SRAMetadata'] + + + + + + value is not None and len(value) > 0 + +
+ + + + + hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in ['NCBIAccessionIDs'] + + + + + + + + + +
+
+ + + + + + + + +QIIME 2: fondue get-all +======================= +Fetch sequence-related metadata and sequences of all run, study, BioProject, experiment or sample IDs. + + +Outputs: +-------- +:metadata.qza: Table containing metadata for all the requested IDs. +: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 and/or metadata failed, with their corresponding error messages. + +| + +Description: +------------ +Pipeline fetching all sequence-related metadata and raw sequences of provided run, study, BioProject, experiment or sample IDs. + + +| + + + + 10.1093/bioinformatics/btz385 + @misc{cite2, + 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 c3a4ba352c16 test-data/.gitkeep