changeset 1:cf07e70c1502 draft

planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit 35c5eff77b573a66f3611b4906417df9a440c857
author gga
date Tue, 05 Mar 2019 05:23:23 -0500
parents fd775ed5c129
children 6367393cae8e
files entity_publish.xml macros.xml
diffstat 2 files changed, 12 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/entity_publish.xml	Mon Feb 25 06:31:21 2019 -0500
+++ b/entity_publish.xml	Tue Mar 05 05:23:23 2019 -0500
@@ -6,13 +6,18 @@
     </macros>
     <expand macro="requirements"/>
     <command detect_errors="aggressive"><![CDATA[
-tripaille entity publish
+
+        @AUTH@
+
+        tripaille entity publish
 
-#for $rep in $repeat_types:
-  --types '$rep.types'
-#end for
+        #for $rep in $repeat_types:
+          --types '$rep.types'
+        #end for
 
-| jq -S . > $results
+        &&
+
+        echo "Data loaded" > '$results'
 ]]></command>
     <inputs>
         <!-- arguments -->
--- a/macros.xml	Mon Feb 25 06:31:21 2019 -0500
+++ b/macros.xml	Tue Mar 05 05:23:23 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>