Mercurial > repos > gga > apollo_create_or_update
changeset 15:3d8ddfa3f2ba 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 12:45:46 +0000 |
parents | 69925dd74501 |
children | 64f88cb1347b |
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 14:36:02 2020 +0000 +++ b/create_or_update_organism.xml Fri Apr 24 12:45:46 2020 +0000 @@ -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 14:36:02 2020 +0000 +++ b/macros.xml Fri Apr 24 12:45:46 2020 +0000 @@ -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>