# HG changeset patch # User galaxytrakr # Date 1774299063 0 # Node ID 5680c31cd031aba504fc50217022710ab5770e08 # Parent 9fb80e0392ce3d42d8a62d413bebef5a4bd4f7b3 planemo upload for repository https://github.com/CFSAN-Biostatistics/galaxytrakr-tools commit 593c33d4de9fd7663766c8463d56e4defd608b04 diff -r 9fb80e0392ce -r 5680c31cd031 aws_sra.xml --- 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 @@ - + Fetches SRA runs from AWS and converts them to FASTQ awscli @@ -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