Mercurial > repos > iuc > sra_tools
diff sra_pileup.xml @ 3:4732693f4661 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit f30369bef4e2cef17395cdd62ce81768c93f5edd
author | iuc |
---|---|
date | Tue, 18 Oct 2016 14:54:40 -0400 |
parents | f256cb398262 |
children | 62e4d56ebb6f |
line wrap: on
line diff
--- 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 @@ -<tool id="sra_pileup" name="Generate pileup format" version="2.6.2"> +<tool id="sra_pileup" name="Generate pileup format" version="@VERSION@"> <description>from NCBI sra.</description> <macros> <import>sra_macros.xml</import> @@ -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" &&