# HG changeset patch # User dfornika # Date 1575066729 0 # Node ID a3f54efeead6092922f1e5f993fce53a85686898 # Parent 03cc4022c041da823e0c0ea904da4e84c6146509 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_acc_download commit 92e900f2e63812885018aeaede2e67fbb5fcdddc-dirty" diff -r 03cc4022c041 -r a3f54efeead6 ncbi_acc_download.xml --- a/ncbi_acc_download.xml Fri Nov 29 22:27:33 2019 +0000 +++ b/ncbi_acc_download.xml Fri Nov 29 22:32:09 2019 +0000 @@ -16,13 +16,14 @@ cd outdir && while read accession; do echo "Downloading accession number: " \$accession && + sleep 2 && ncbi-acc-download --molecule '${molecule.select}' --format '${molecule.format}' #if $molecule.format != 'featuretable' and $molecule.format != 'gff3': --extended-validation all #end if - \${accession} && sleep 2; + \${accession}; done || exit 1 < ../accessions 2> >(tee -a ../error.log >&2) ]]>