diff export_to_cluster.xml @ 2:b97775e9fe06 draft

planemo upload for repository https://github.com/TGAC/earlham-galaxytools/tree/master/tools/export_to_cluster/ commit f5c5f3d6ce676937f5c673ec7fc0631a9f490dc2
author earlhaminst
date Fri, 24 Mar 2017 12:20:48 -0400
parents 0dbe46f58158
children 9838eed606ad
line wrap: on
line diff
--- a/export_to_cluster.xml	Mon Oct 03 06:26:41 2016 -0400
+++ b/export_to_cluster.xml	Fri Mar 24 12:20:48 2017 -0400
@@ -2,13 +2,13 @@
     <requirements>
         <requirement type="set_environment">EXPORT_DIR_PREFIX</requirement>
     </requirements>
-    <command>
+    <command detect_errors="aggressive">
 <![CDATA[
-python $__tool_directory__/export_to_cluster.py -d '$export_dir' -p "\$EXPORT_DIR_PREFIX"
+python '$__tool_directory__/export_to_cluster.py' -d '$export_dir' -p "\$EXPORT_DIR_PREFIX"
 #for $d in $datasets
     '${d}' '${d.hid}: ${d.name}' '${d.ext}'
 #end for
-> $log
+> '$log'
 ]]>
     </command>
     <inputs>