changeset 12:63ad8934b189 draft

"planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/apollo commit 6d9302680b01ce11a8f2ee744942296243d5d004"
author gga
date Fri, 24 Apr 2020 09:03:54 -0400
parents 7609529caafa
children 8edb79e6b141
files create_or_update_organism.xml macros.xml
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/create_or_update_organism.xml	Tue Apr 14 10:41:12 2020 -0400
+++ b/create_or_update_organism.xml	Fri Apr 24 09:03:54 2020 -0400
@@ -1,5 +1,5 @@
 <?xml version="1.0"?>
-<tool id="create_or_update" name="Create or Update Organism" version="@WRAPPER_VERSION@+galaxy1">
+<tool id="create_or_update" name="Create or Update Organism" version="@WRAPPER_VERSION@">
   <description>will create the organism if it doesn't exist, and update otherwise</description>
   <macros>
     <import>macros.xml</import>
--- a/macros.xml	Tue Apr 14 10:41:12 2020 -0400
+++ b/macros.xml	Fri Apr 24 09:03:54 2020 -0400
@@ -1,10 +1,10 @@
 <?xml version="1.0"?>
 <macros>
-  <token name="@WRAPPER_VERSION@">4.1</token>
+  <token name="@WRAPPER_VERSION@">4.2.1</token>
 
   <xml name="requirements">
     <requirements>
-      <requirement type="package" version="4.1">apollo</requirement>
+      <requirement type="package" version="4.2.1">apollo</requirement>
       <yield/>
     </requirements>
   </xml>