diff aws_sra.xml @ 29:569a598c7e68 draft

planemo upload for repository https://github.com/CFSAN-Biostatistics/galaxytrakr-tools commit 3d0e121b43e46d78fc3b199cec2460702dfc77dc
author galaxytrakr
date Tue, 24 Mar 2026 01:43:32 +0000
parents 8e6c35583761
children 73ee30eb273a
line wrap: on
line diff
--- a/aws_sra.xml	Tue Mar 24 01:35:38 2026 +0000
+++ b/aws_sra.xml	Tue Mar 24 01:43:32 2026 +0000
@@ -1,4 +1,4 @@
-<tool id="aws_sra" name="NCBI SRA AWS Fetch" version="0.4.0+gt_0.7" profile="23.0">
+<tool id="aws_sra" name="NCBI SRA AWS Fetch" version="0.4.0+gt_0.8" profile="23.0">
     <description>Fetches one or more SRA runs from AWS S3 and converts them to FASTQ</description>
 
     <requirements>
@@ -44,8 +44,8 @@
     ]]></command>
 
     <inputs>
-        <param name="accession" type="text" label="SRA Accession(s)" value="" optional="false" help="Provide one or more accession numbers (separated by commas, spaces, or newlines)."/>
-        <param name="layout" type="select" label="Read layout" optional="false" help="This setting is applied to all accessions.">
+        <param name="accession" type="text" label="SRA Accession(s)" help="Provide one or more accession numbers (separated by commas, spaces, or newlines)."/>
+        <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>
         </param>