Mercurial > repos > galaxytrakr > aws_sra
comparison aws_sra.xml @ 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 |
comparison
equal
deleted
inserted
replaced
| 36:4632b9e5e884 | 37:cf03db9460f8 |
|---|---|
| 1 <tool id="aws_sra" name="NCBI SRA AWS Fetch" version="0.4.0+gt_1.5" profile="23.0"> | 1 <tool id="aws_sra" name="NCBI SRA AWS Fetch" version="0.4.0+gt_1.6" profile="23.0"> |
| 2 <description>Fetches one or more SRA runs from AWS S3 and converts them to FASTQ</description> | 2 <description>Fetches one or more SRA runs from AWS S3 and converts them to FASTQ</description> |
| 3 | 3 |
| 4 <requirements> | 4 <requirements> |
| 5 <requirement type="package" version="3.1.1">sra-tools</requirement> | 5 <requirement type="package" version="3.1.1">sra-tools</requirement> |
| 6 <requirement type="package" version="2.8">pigz</requirement> | 6 <requirement type="package" version="2.8">pigz</requirement> |
| 84 directory="output" | 84 directory="output" |
| 85 ext="fastqsanger.gz"/> | 85 ext="fastqsanger.gz"/> |
| 86 </collection> | 86 </collection> |
| 87 <collection name="output_single" type="list" label="Single-end FASTQ (aws_sra)"> | 87 <collection name="output_single" type="list" label="Single-end FASTQ (aws_sra)"> |
| 88 <discover_datasets | 88 <discover_datasets |
| 89 pattern="(?P<designation>.+)\\.fastqsanger\\.gz" | 89 pattern="(?P<designation>.+)\.fastqsanger\.gz" |
| 90 directory="outputSingle" | 90 directory="outputSingle" |
| 91 ext="fastqsanger.gz"/> | 91 ext="fastqsanger.gz"/> |
| 92 </collection> | 92 </collection> |
| 93 <collection name="output_other" type="list" label="Other FASTQ (aws_sra)"> | 93 <collection name="output_other" type="list" label="Other FASTQ (aws_sra)"> |
| 94 <discover_datasets | 94 <discover_datasets |
