# HG changeset patch # User iuc # Date 1476816880 14400 # Node ID 4732693f46611f073ce2d6cc3c3aa1120e028cae # Parent f256cb3982620a11e17573f95e5d3d95c9691c01 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit f30369bef4e2cef17395cdd62ce81768c93f5edd diff -r f256cb398262 -r 4732693f4661 fastq_dump.xml --- a/fastq_dump.xml Fri Sep 16 17:24:03 2016 -0400 +++ b/fastq_dump.xml Tue Oct 18 14:54:40 2016 -0400 @@ -1,4 +1,4 @@ - + in FASTQ/A format from NCBI SRA. sra_macros.xml @@ -36,7 +36,7 @@ #if ( str( $adv.region ) == "" ) and ( str( $adv.minID ) == "" ) and ( str( $adv.maxID ) == "" ): ASCP_PATH=`command -v ascp` && ASCP_KEY=`dirname \$ASCP_PATH`/asperaweb_id_dsa.openssh || true && - prefetch --ascp-path "\$ASCP_PATH|\$ASCP_KEY" "\$acc" && + prefetch -X 200G --ascp-path "\$ASCP_PATH|\$ASCP_KEY" "\$acc" && ## Duplicate vdb-config, in case settings changed between prefetch and ## dump command. vdb-config -s "/repository/user/main/public/root=\$PWD" && diff -r f256cb398262 -r 4732693f4661 sam_dump.xml --- a/sam_dump.xml Fri Sep 16 17:24:03 2016 -0400 +++ b/sam_dump.xml Tue Oct 18 14:54:40 2016 -0400 @@ -1,4 +1,4 @@ - + in SAM or BAM format from NCBI SRA. sra_macros.xml @@ -31,7 +31,7 @@ #if ( str( $adv.region ) == "" ): ASCP_PATH=`command -v ascp` && ASCP_KEY=`dirname \$ASCP_PATH`/asperaweb_id_dsa.openssh || true && - prefetch --ascp-path "\$ASCP_PATH|\$ASCP_KEY" "\$acc" && + prefetch -X 200G --ascp-path "\$ASCP_PATH|\$ASCP_KEY" "\$acc" && ## Duplicate vdb-config, in case settings changed between prefetch and ## dump command. vdb-config -s "/repository/user/main/public/root=\$PWD" && diff -r f256cb398262 -r 4732693f4661 sra_macros.xml --- a/sra_macros.xml Fri Sep 16 17:24:03 2016 -0400 +++ b/sra_macros.xml Tue Oct 18 14:54:40 2016 -0400 @@ -1,7 +1,8 @@ + 2.7.0 - sra-tools + sra-tools diff -r f256cb398262 -r 4732693f4661 sra_pileup.xml --- a/sra_pileup.xml Fri Sep 16 17:24:03 2016 -0400 +++ b/sra_pileup.xml Tue Oct 18 14:54:40 2016 -0400 @@ -1,4 +1,4 @@ - + from NCBI sra. sra_macros.xml @@ -16,7 +16,7 @@ #if ( str( $adv.region ) == "" ): ASCP_PATH=`command -v ascp` && ASCP_KEY=`dirname \$ASCP_PATH`/asperaweb_id_dsa.openssh || true && - prefetch --ascp-path "\$ASCP_PATH|\$ASCP_KEY" "$input.accession" && + prefetch -X 200G --ascp-path "\$ASCP_PATH|\$ASCP_KEY" "$input.accession" && ## Duplicate vdb-config, in case settings changed between prefetch and ## sra-pileup command. vdb-config -s "/repository/user/main/public/root=\$PWD" &&