# HG changeset patch # User dfornika # Date 1574979803 0 # Node ID fad041840a03bb5c83e005f75908e427ed7dc985 # Parent a400f226e85a13bda6e62e5a8a77b0e9727c692a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_acc_download commit 44804f76d39f67ab7e11628daa4562fb8616425c-dirty" diff -r a400f226e85a -r fad041840a03 ncbi_acc_download.xml --- a/ncbi_acc_download.xml Thu Nov 28 21:41:18 2019 +0000 +++ b/ncbi_acc_download.xml Thu Nov 28 22:23:23 2019 +0000 @@ -20,7 +20,7 @@ --format '${molecule.format}' --extended-validation all \${accession} && sleep 5; - done < ../accessions 2>> ../error.log + done < ../accessions 2> >(tee -a ../error.log >&2) ]]> @@ -29,7 +29,7 @@ - + @@ -141,12 +141,12 @@ - + - +