Previous changeset 11:7609529caafa (2020-04-14) Next changeset 13:8edb79e6b141 (2020-06-29) |
Commit message:
"planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/apollo commit 6d9302680b01ce11a8f2ee744942296243d5d004" |
modified:
create_or_update_organism.xml macros.xml |
b |
diff -r 7609529caafa -r 63ad8934b189 create_or_update_organism.xml --- 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 |
b |
@@ -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> |
b |
diff -r 7609529caafa -r 63ad8934b189 macros.xml --- a/macros.xml Tue Apr 14 10:41:12 2020 -0400 +++ b/macros.xml Fri Apr 24 09:03:54 2020 -0400 |
b |
@@ -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> |