diff aws_sra.xml @ 26:0694c136356f draft

planemo upload for repository https://github.com/CFSAN-Biostatistics/galaxytrakr-tools commit f7166c6d9c5cfdd1c7d2d6e85aa559f93e9f8f46
author galaxytrakr
date Tue, 24 Mar 2026 00:29:39 +0000
parents 29a9d9215f0e
children 4f6a7017cbbb
line wrap: on
line diff
--- a/aws_sra.xml	Tue Mar 24 00:19:39 2026 +0000
+++ b/aws_sra.xml	Tue Mar 24 00:29:39 2026 +0000
@@ -1,4 +1,4 @@
-<tool id="aws_sra" name="NCBI SRA AWS Fetch" version="0.4.0+gt_0.4" profile="23.0">
+<tool id="aws_sra" name="NCBI SRA AWS Fetch" version="0.4.0+gt_0.5" 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="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="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="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>