# HG changeset patch
# User gga
# Date 1551781533 18000
# Node ID f70a7f06ef3029cb77faa057f992250a44da19af
# Parent  159fd092ca62bf567f0fb028214101e629e5275f
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit 35c5eff77b573a66f3611b4906417df9a440c857

diff -r 159fd092ca62 -r f70a7f06ef30 macros.xml
--- a/macros.xml	Mon Feb 25 06:34:22 2019 -0500
+++ b/macros.xml	Tue Mar 05 05:25:33 2019 -0500
@@ -2,7 +2,7 @@
 <macros>
     <xml name="requirements">
         <requirements>
-            <requirement type="package" version="3.2">python-tripal</requirement>
+            <requirement type="package" version="3.2.1">python-tripal</requirement>
             <yield/>
         </requirements>
     </xml>
@@ -15,7 +15,7 @@
         </stdio>
     </xml>
 
-    <token name="@WRAPPER_VERSION@">3.2</token>
+    <token name="@WRAPPER_VERSION@">3.2.1</token>
 
     <xml name="citation">
         <citations>
diff -r 159fd092ca62 -r f70a7f06ef30 phylogeny_sync.xml
--- a/phylogeny_sync.xml	Mon Feb 25 06:34:22 2019 -0500
+++ b/phylogeny_sync.xml	Tue Mar 05 05:25:33 2019 -0500
@@ -1,5 +1,5 @@
 <?xml version="1.0"?>
-<tool id="phylogeny_sync" profile="16.04" name="Synchronize phylogeny data" version="@WRAPPER_VERSION@.1">
+<tool id="phylogeny_sync" profile="16.04" name="Synchronize phylogeny data" version="@WRAPPER_VERSION@.0">
     <description>from Chado to Tripal</description>
     <macros>
         <import>macros.xml</import>
@@ -15,7 +15,7 @@
 
         &&
 
-        echo "Data loaded" > $results
+        echo "Data loaded" > '$results'
     ]]></command>
     <inputs>
        <expand macro="wait_for"/>