# HG changeset patch # User dfornika # Date 1575068314 0 # Node ID b01c73cb290aa0af9222eb6b0bc229204ff16873 # Parent d78b129b98c782b2231aa75419f459c70cbee8c0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_acc_download commit 92e900f2e63812885018aeaede2e67fbb5fcdddc-dirty" diff -r d78b129b98c7 -r b01c73cb290a ncbi_acc_download.xml --- a/ncbi_acc_download.xml Fri Nov 29 22:54:53 2019 +0000 +++ b/ncbi_acc_download.xml Fri Nov 29 22:58:34 2019 +0000 @@ -16,14 +16,13 @@ cd outdir && for accession in \$(cat accessions); 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} + \${accession} && sleep 2; done || exit 1 2> >(tee -a ../error.log >&2) ]]>