Mercurial > repos > dfornika > ncbi_acc_download
changeset 10:1abc6c72287e draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_acc_download commit 1b5c34749ec9a60e5fb5daeaae1584f19bed7df9-dirty"
author | dfornika |
---|---|
date | Mon, 25 Nov 2019 21:24:08 +0000 |
parents | 27d1dd60d7b5 |
children | c3b515a4a680 |
files | ncbi_acc_download.xml |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/ncbi_acc_download.xml Mon Nov 25 21:18:12 2019 +0000 +++ b/ncbi_acc_download.xml Mon Nov 25 21:24:08 2019 +0000 @@ -1,4 +1,4 @@ -<tool id="ncbi_acc_download" name="NCBI Accession Download" version="@TOOL_VERSION@_galaxy0"> +<tool id="ncbi_acc_download" name="NCBI Accession Download" version="@TOOL_VERSION@+galaxy0"> <description>Download sequences from GenBank/RefSeq by accession through the NCBI ENTREZ API</description> <macros> <import>macros.xml</import> @@ -17,7 +17,7 @@ while read accession; do ncbi-acc-download --molecule '${molecule.select}' - --format '${format}' + --format '${molecule.format}' --extended-validation all \${accession} && sleep 5; done < ../accessions