diff gemini_set_somatic.xml @ 5:2729ba90a0e1 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 62ed732cba355e695181924a8ed4cce49ca21c59
author iuc
date Fri, 11 Jan 2019 17:26:24 -0500
parents fa820557ec50
children 5d9760622760
line wrap: on
line diff
--- a/gemini_set_somatic.xml	Mon Dec 17 12:02:02 2018 -0500
+++ b/gemini_set_somatic.xml	Fri Jan 11 17:26:24 2019 -0500
@@ -9,7 +9,7 @@
     <expand macro="version_command" />
     <command>
 <![CDATA[
-        cp "${ infile }" "${ outfile }" &&
+        cp '$infile' '$outfile' &&
 
         gemini @BINARY@
 
@@ -50,9 +50,9 @@
         #end if
 
         #if str($chrom).strip():
-            --chrom "$chrom"
+            --chrom '$chrom'
         #end if 
-        "${ outfile }"
+        '$outfile'
 ]]>
     </command>
     <inputs>