# HG changeset patch # User galaxytrakr # Date 1774365490 0 # Node ID 4632b9e5e8847f39b3d35c2eadc868ab53806f41 # Parent b67fb757d585c50e5ebd76e305b7d02df5fc398e planemo upload for repository https://github.com/CFSAN-Biostatistics/galaxytrakr-tools commit 2233d6d0b755c3cec6bfc718372d7ea8fc9192bc diff -r b67fb757d585 -r 4632b9e5e884 aws_sra.xml --- a/aws_sra.xml Tue Mar 24 14:56:17 2026 +0000 +++ b/aws_sra.xml Tue Mar 24 15:18:10 2026 +0000 @@ -1,4 +1,4 @@ - + Fetches one or more SRA runs from AWS S3 and converts them to FASTQ @@ -33,12 +33,12 @@ rm "\${data[0]}"; elif [ -e "\${acc}".fastq ]; then pigz -cqp \${GALAXY_SLOTS:-4} "\${acc}".fastq > outputOther/"\${acc}"__single.fastqsanger.gz && - pigz -cqp \${GALAXY_SLOTS:-4} "\${acc}"_1.fastq > output/"\${acc}"_1.fastqsanger.gz && - pigz -cqp \${GALAXY_SLOTS:-4} "\${acc}"_2.fastq > output/"\${acc}"_2.fastqsanger.gz && + pigz -cqp \${GALAXY_SLOTS:-4} "\${acc}"_1.fastq > output/"\${acc}"_forward.fastqsanger.gz && + pigz -cqp \${GALAXY_SLOTS:-4} "\${acc}"_2.fastq > output/"\${acc}"_reverse.fastqsanger.gz && rm "\${acc}"*.fastq; elif [ "\$count" -eq 2 ]; then - pigz -cqp \${GALAXY_SLOTS:-4} "\${acc}"_1.fastq > output/"\${acc}"_1.fastqsanger.gz && - pigz -cqp \${GALAXY_SLOTS:-4} "\${acc}"_2.fastq > output/"\${acc}"_2.fastqsanger.gz && + pigz -cqp \${GALAXY_SLOTS:-4} "\${acc}"_1.fastq > output/"\${acc}"_forward.fastqsanger.gz && + pigz -cqp \${GALAXY_SLOTS:-4} "\${acc}"_2.fastq > output/"\${acc}"_reverse.fastqsanger.gz && rm "\${acc}"*.fastq; else for file in \${data[*]}; do