Mercurial > repos > galaxytrakr > aws_sra
changeset 37:cf03db9460f8 draft
planemo upload for repository https://github.com/CFSAN-Biostatistics/galaxytrakr-tools commit 3eae7cf52d24316c7277d43b189e5b6ed8021d1d
| author | galaxytrakr |
|---|---|
| date | Wed, 25 Mar 2026 01:45:17 +0000 |
| parents | 4632b9e5e884 |
| children | 980bb8758ff4 |
| files | aws_sra.xml |
| diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/aws_sra.xml Tue Mar 24 15:18:10 2026 +0000 +++ b/aws_sra.xml Wed Mar 25 01:45:17 2026 +0000 @@ -1,4 +1,4 @@ -<tool id="aws_sra" name="NCBI SRA AWS Fetch" version="0.4.0+gt_1.5" profile="23.0"> +<tool id="aws_sra" name="NCBI SRA AWS Fetch" version="0.4.0+gt_1.6" profile="23.0"> <description>Fetches one or more SRA runs from AWS S3 and converts them to FASTQ</description> <requirements> @@ -86,7 +86,7 @@ </collection> <collection name="output_single" type="list" label="Single-end FASTQ (aws_sra)"> <discover_datasets - pattern="(?P<designation>.+)\\.fastqsanger\\.gz" + pattern="(?P<designation>.+)\.fastqsanger\.gz" directory="outputSingle" ext="fastqsanger.gz"/> </collection>
