diff gemini_amend.xml @ 5:bff8fad3fb69 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:44:47 -0500
parents a02cd62adb70
children 334e946cacd4
line wrap: on
line diff
--- a/gemini_amend.xml	Fri Dec 14 12:47:55 2018 -0500
+++ b/gemini_amend.xml	Fri Jan 11 17:44:47 2019 -0500
@@ -1,4 +1,4 @@
-<tool id="gemini_@BINARY@" name="GEMINI @BINARY@" version="@VERSION@.1">
+<tool id="gemini_@BINARY@" name="GEMINI @BINARY@" version="@VERSION@">
     <description>Amend an already loaded GEMINI database.</description>
     <macros>
         <import>gemini_macros.xml</import>
@@ -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>