Mercurial > repos > galaxytrakr > aws_sra
diff aws_sra.xml @ 27:4f6a7017cbbb draft
planemo upload for repository https://github.com/CFSAN-Biostatistics/galaxytrakr-tools commit e6b9f977f309c34ba98baa46a25f3460418607f0
| author | galaxytrakr |
|---|---|
| date | Tue, 24 Mar 2026 00:34:13 +0000 |
| parents | 0694c136356f |
| children | 8e6c35583761 |
line wrap: on
line diff
--- a/aws_sra.xml Tue Mar 24 00:29:39 2026 +0000 +++ b/aws_sra.xml Tue Mar 24 00:34:13 2026 +0000 @@ -1,4 +1,4 @@ -<tool id="aws_sra" name="NCBI SRA AWS Fetch" version="0.4.0+gt_0.5" profile="23.0"> +<tool id="aws_sra" name="NCBI SRA AWS Fetch" version="0.4.0+gt_0.6" profile="23.0"> <description>Fetches one or more SRA runs from AWS S3 and converts them to FASTQ</description> <requirements> @@ -44,7 +44,7 @@ ]]></command> <inputs> - <param name="accession" type="data" format="text"multiple="true" label="SRA Accession(s)" help="Provide one or more accession numbers (separated by commas, spaces, or newlines). This field accepts a dataset list of accessions in a workflow."/> + <param name="accession" type="data" format="txt" multiple="true" label="SRA Accession(s)" help="Provide one or more accession numbers (separated by commas, spaces, or newlines). This field accepts a dataset list of accessions in a workflow."/> <param name="layout" type="select" label="Read layout" help="This setting is applied to all accessions."> <option value="paired" selected="true">Paired-end (R1 + R2)</option> <option value="single">Single-end</option>
