Mercurial > repos > gga > chado_feature_load_gff
diff macros.xml @ 13:001882d72252 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:12:07 -0400 |
parents | ab5ac677d9c6 |
children | 3a10e3fbf9a0 |
line wrap: on
line diff
--- a/macros.xml Thu Jul 11 08:38:28 2019 -0400 +++ b/macros.xml Wed Aug 21 05:12:07 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>