# HG changeset patch # User dfornika # Date 1574717048 0 # Node ID 1abc6c72287e9cd18ed96f3c78325c86d3644f06 # Parent 27d1dd60d7b5a550b70d2bfbc81d44176f0f4906 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_acc_download commit 1b5c34749ec9a60e5fb5daeaae1584f19bed7df9-dirty" diff -r 27d1dd60d7b5 -r 1abc6c72287e ncbi_acc_download.xml --- 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 @@ - + Download sequences from GenBank/RefSeq by accession through the NCBI ENTREZ API macros.xml @@ -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