Mercurial > repos > iuc > fastq_dl
diff fastq_dl.xml @ 1:f1a958f3e3f6 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:25 +0000 |
| parents | c2bd59d24f41 |
| children | 0095a278a085 |
line wrap: on
line diff
--- a/fastq_dl.xml Sat Nov 16 18:43:39 2024 +0000 +++ b/fastq_dl.xml Tue Apr 29 06:04:25 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<designation>.+)\.fastq\.gz" directory="single-end" ext="fastq.gz" /> + <discover_datasets pattern="(?P<designation>.+)\.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<identifier_0>[^_]+)_(?P<identifier_1>[^_]+)\.fastq.gz" directory="paired-end" ext="fastq.gz" /> + <discover_datasets pattern="(?P<identifier_0>[^_]+)_(?P<identifier_1>[^_]+)\.fastq.gz" directory="paired-end" ext="fastqsanger.gz" /> </collection> </outputs> <tests>
