# HG changeset patch # User iuc # Date 1630685873 0 # Node ID 83c7d564b1282e53f2c2811b81ac8399d24ec4f6 # Parent 69ebb7f46e45e1b56b4dd29fb5ac74e5e18546e9 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit 21f935ba50d3e4b455246c681e54d5c57c67032f" diff -r 69ebb7f46e45 -r 83c7d564b128 fasterq_dump.xml --- a/fasterq_dump.xml Tue Apr 27 08:55:34 2021 +0000 +++ b/fasterq_dump.xml Fri Sep 03 16:17:53 2021 +0000 @@ -1,5 +1,6 @@ - + format from NCBI SRA + sra_macros.xml @@ -14,11 +15,8 @@ ln -s '${input.file}' "\$acc" && #end if @CONFIGURE_RETRY@ - ## fetch from public s3 bucket if we can - export acc_or_path="\$acc" && - aws s3 cp --no-sign-request "s3://sra-pub-sars-cov2/run/\$acc/\$acc" "\$acc.sra" 2>&1 | tee '$log' && export acc_or_path="\$acc.sra"|| true && while [ \$SRA_PREFETCH_ATTEMPT -le \$SRA_PREFETCH_RETRIES ] ; do - fasterq-dump "\$acc_or_path" -e \${GALAXY_SLOTS:-1} + fasterq-dump "\$acc" -e \${GALAXY_SLOTS:-1} $adv.split #if str( $adv.minlen ) != "": --min-read-len "$adv.minlen" @@ -181,19 +179,6 @@ - - - - - - - - - - - - - format from NCBI SRA + sra_macros.xml @@ -335,7 +336,7 @@ .. _fastq: https://en.wikipedia.org/wiki/FASTQ_format -.. _fastq-dump: https://ncbi.github.io/sra-tools/fastq-dump.html +.. _fastq-dump: https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?view=toolkit_doc&f=fastq-dump .. _collection: https://galaxyproject.org/tutorials/collections/ .. _link: https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?view=studies diff -r 69ebb7f46e45 -r 83c7d564b128 sam_dump.xml --- a/sam_dump.xml Tue Apr 27 08:55:34 2021 +0000 +++ b/sam_dump.xml Fri Sep 03 16:17:53 2021 +0000 @@ -1,5 +1,6 @@ format from NCBI SRA + sra_macros.xml @@ -167,7 +168,7 @@ ----- .. _BAM: https://samtools.github.io/hts-specs/SAMv1.pdf -.. _sam-dump: https://ncbi.github.io/sra-tools/sam-dump.html +.. _sam-dump: https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?view=toolkit_doc&f=sam-dump .. _collection: https://galaxyproject.org/tutorials/collections/ .. _link: https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?view=studies diff -r 69ebb7f46e45 -r 83c7d564b128 sra_macros.xml --- a/sra_macros.xml Tue Apr 27 08:55:34 2021 +0000 +++ b/sra_macros.xml Fri Sep 03 16:17:53 2021 +0000 @@ -8,6 +8,11 @@ export SRA_PREFETCH_RETRIES=3 && export SRA_PREFETCH_ATTEMPT=1 && ]]> + + + sra-tools + + sra-tools - awscli pigz