Mercurial > repos > gga > chado_phylogeny_load_tree
diff macros.xml @ 15:16753eb6b170 draft
"planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 1640878827bdc3870b6f34eded3a3f7571a1849f"
author | gga |
---|---|
date | Wed, 21 Aug 2019 05:11:35 -0400 |
parents | 2df919635d8a |
children | 845cf3626791 |
line wrap: on
line diff
--- a/macros.xml Thu Jul 11 08:34:19 2019 -0400 +++ b/macros.xml Wed Aug 21 05:11:35 2019 -0400 @@ -2,7 +2,7 @@ <macros> <xml name="requirements"> <requirements> - <requirement type="package" version="2.2.6">python-chado</requirement> + <requirement type="package" version="@LIB_VERSION@">python-chado</requirement> <requirement type="package" version="1.5">jq</requirement> <requirement type="package" version="@PG_VERSION@">postgresql</requirement> <requirement type="package" version="0.1">pglite</requirement> @@ -10,6 +10,8 @@ </requirements> </xml> + <token name="@LIB_VERSION@">2.3.0</token> + <token name="@WRAPPER_VERSION@">@LIB_VERSION@</token> <token name="@PG_VERSION@">11.2</token> <xml name="stdio"> @@ -20,8 +22,6 @@ </stdio> </xml> - <token name="@WRAPPER_VERSION@">2.2.6</token> - <xml name="citation"> <citations> </citations>