diff fastq_dl.xml @ 1:3f1ee30e39e9 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/fastq_dl commit 4f31c74918fc999e01c3e8bc1156ecd79efbc39b
author iuc
date Tue, 29 Apr 2025 06:04:35 +0000
parents 5e7401777990
children 41635d6d4738
line wrap: on
line diff
--- a/fastq_dl.xml	Sat Nov 16 18:43:55 2024 +0000
+++ b/fastq_dl.xml	Tue Apr 29 06:04:35 2025 +0000
@@ -47,11 +47,11 @@
         </collection>
         <collection name="single_end_collection" type="list" label="Single-end data">
             <filter>only_download_metadata == False</filter>
-            <discover_datasets pattern="(?P&lt;designation&gt;.+)\.fastq\.gz" directory="single-end" ext="fastq.gz" />
+            <discover_datasets pattern="(?P&lt;designation&gt;.+)\.fastq\.gz" directory="single-end" ext="fastqsanger.gz" />
         </collection>
         <collection name="paired_end_collection" type="list:paired" label="Paired-end data">
             <filter>only_download_metadata == False</filter>
-            <discover_datasets pattern="(?P&lt;identifier_0&gt;[^_]+)_(?P&lt;identifier_1&gt;[^_]+)\.fastq.gz" directory="paired-end" ext="fastq.gz" />
+            <discover_datasets pattern="(?P&lt;identifier_0&gt;[^_]+)_(?P&lt;identifier_1&gt;[^_]+)\.fastq.gz" directory="paired-end" ext="fastqsanger.gz" />
         </collection>
     </outputs>
     <tests>