# HG changeset patch # User dfornika # Date 1575069734 0 # Node ID 3d03487d7529191d487802b136c03fd72da4f2f1 # Parent 6d0001ef4067a151c96d4a57567da0cb1f0d9190 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_acc_download commit 92e900f2e63812885018aeaede2e67fbb5fcdddc-dirty" diff -r 6d0001ef4067 -r 3d03487d7529 ncbi_acc_download.xml --- a/ncbi_acc_download.xml Fri Nov 29 23:18:47 2019 +0000 +++ b/ncbi_acc_download.xml Fri Nov 29 23:22:14 2019 +0000 @@ -23,8 +23,8 @@ #if $molecule.format != 'featuretable' and $molecule.format != 'gff3': --extended-validation all #end if - \${accession}; - done || (exit 1) 2> >(tee -a ../error.log >&2) + \${accession} 2> >(tee -a ../error.log >&2) + done || exit 1 ]]>