changeset 18:5680c31cd031 draft

planemo upload for repository https://github.com/CFSAN-Biostatistics/galaxytrakr-tools commit 593c33d4de9fd7663766c8463d56e4defd608b04
author galaxytrakr
date Mon, 23 Mar 2026 20:51:03 +0000
parents 9fb80e0392ce
children a4186132e1c4
files aws_sra.xml
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/aws_sra.xml	Mon Mar 23 20:44:25 2026 +0000
+++ b/aws_sra.xml	Mon Mar 23 20:51:03 2026 +0000
@@ -1,4 +1,4 @@
-<tool id="aws_sra" name="NCBI SRA AWS Fetch" version="0.3.0+gt_0.17" profile="23.0">
+<tool id="aws_sra" name="NCBI SRA AWS Fetch" version="0.3.0+gt_0.18" profile="23.0">
     <description>Fetches SRA runs from AWS and converts them to FASTQ</description>
     <requirements>
         <requirement type="package" version="2.34.8">awscli</requirement>
@@ -17,7 +17,6 @@
             fasterq-dump --outdir ./fastq_out --temp . --threads \${GALAXY_SLOTS:-4} --split-files ./sra_cache/${acc} &&
             pigz -p \${GALAXY_SLOTS:-4} ./fastq_out/*.fastq &&
             #if str($layout) == 'paired'
-                # Move files directly to the single output datasets
                 mv ./fastq_out/${acc}_1.fastq.gz '$output_r1_single' &&
                 mv ./fastq_out/${acc}_2.fastq.gz '$output_r2_single'
             #else