diff gemini_amend.xml @ 5:4a81c9e37f72 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:23:13 -0500
parents 939636ef501b
children 51adaf3a2fa5
line wrap: on
line diff
--- a/gemini_amend.xml	Mon Dec 17 12:07:51 2018 -0500
+++ b/gemini_amend.xml	Fri Jan 11 17:23:13 2019 -0500
@@ -9,13 +9,13 @@
     <expand macro="version_command" />
     <command>
 <![CDATA[
-        cp "${ infile }" "${ outfile }" &&
+        cp '$infile' '$outfile' &&
 
         gemini @BINARY@
         $clear
-        --sample "${ ped }"
+        --sample '$ped'
 
-        "${ outfile }"
+        '$outfile'
 ]]>
     </command>
     <inputs>