Previous changeset 6:dc027fa56d55 (2021-08-26) |
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit fbd55928544683a7f7e6e10dadabe698bc71b0e4 |
modified:
augustus_training.xml macros.xml |
b |
diff -r dc027fa56d55 -r f1e653756174 augustus_training.xml --- a/augustus_training.xml Thu Aug 26 20:35:53 2021 +0000 +++ b/augustus_training.xml Fri Oct 04 11:32:17 2024 +0000 |
b |
@@ -1,9 +1,12 @@ <?xml version="1.0"?> -<tool id="augustus_training" name="Train Augustus" profile="16.04" version="@VERSION@+galaxy@SUFFIX_VERSION@"> +<tool id="augustus_training" name="Train Augustus" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@"> <description>ab-initio gene predictor</description> <macros> <import>macros.xml</import> </macros> + <xrefs> + <xref type="bio.tools">augustus</xref> + </xrefs> <expand macro="requirements"> <requirement type="package" version="2.31.10">maker</requirement> </expand> |
b |
diff -r dc027fa56d55 -r f1e653756174 macros.xml --- a/macros.xml Thu Aug 26 20:35:53 2021 +0000 +++ b/macros.xml Fri Oct 04 11:32:17 2024 +0000 |
b |
@@ -2,13 +2,14 @@ <macros> <xml name="requirements"> <requirements> - <requirement type="package" version="@VERSION@">augustus</requirement> + <requirement type="package" version="@TOOL_VERSION@">augustus</requirement> <yield /> </requirements> </xml> - <token name="@VERSION@">3.4.0</token> - <token name="@SUFFIX_VERSION@">1</token> + <token name="@TOOL_VERSION@">3.4.0</token> + <token name="@VERSION_SUFFIX@">2</token> + <token name="@PROFILE@">23.1</token> <xml name="citations"> |