changeset 7:12b7eaf50f00 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_acc_download commit 5aa9386933659432513d8cf2448662ef6fb30bed-dirty"
author dfornika
date Thu, 07 Nov 2019 13:34:39 -0500
parents 4872034b5ee6
children 6d055dfcfcf5
files ncbi_acc_download.xml
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ncbi_acc_download.xml	Tue Nov 05 16:08:52 2019 -0500
+++ b/ncbi_acc_download.xml	Thu Nov 07 13:34:39 2019 -0500
@@ -13,7 +13,8 @@
         ncbi-acc-download
             --molecule '${molecule}'
             --format '${format}'
-            \${accession};
+            --extended-validation all
+            \${accession} && sleep 5;
         done < '${accessions}'
     ]]></command>
     <inputs>