changeset 2:176639d514ee draft

planemo upload for repository https://github.com/TGAC/earlham-galaxytools/tree/master/tools/hcluster_sg commit f5c5f3d6ce676937f5c673ec7fc0631a9f490dc2
author earlhaminst
date Fri, 24 Mar 2017 12:32:37 -0400
parents 09955cea320f
children 891cc66ea91b
files hcluster_sg.xml
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/hcluster_sg.xml	Wed Feb 22 05:47:42 2017 -0500
+++ b/hcluster_sg.xml	Fri Mar 24 12:32:37 2017 -0400
@@ -3,7 +3,7 @@
     <requirements>
         <requirement type="package" version="0.5.1">hcluster_sg</requirement>
     </requirements>
-    <command>
+    <command detect_errors="exit_code">
 <![CDATA[
 hcluster_sg
 -w $w
@@ -16,11 +16,11 @@
     -r $O.r
 #end if
 #if $C
-    -C $C
+    -C '$C'
 #end if
 -L $L
-$inputFile
-> $outputFile
+'$inputFile'
+> '$outputFile'
 ]]>
     </command>
     <inputs>