Mercurial > repos > iuc > phyml
diff phyml.xml @ 2:19becf767d4f draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 61b727022bd1b24a8843830a9c5f34ef66835694"
| author | iuc |
|---|---|
| date | Mon, 22 Jun 2020 22:34:19 +0000 |
| parents | 2677a6dae0e0 |
| children | 7c44ad3ab06c |
line wrap: on
line diff
--- a/phyml.xml Mon Jan 20 17:45:35 2020 +0000 +++ b/phyml.xml Mon Jun 22 22:34:19 2020 +0000 @@ -1,7 +1,10 @@ -<tool id="phyml" name="PhyML" version="3.3.20190321"> - <description>Phylogeny software based on the maximum-likelihood</description> +<tool id="phyml" name="PhyML" version="@VERSION@"> + <description>Phylogeny software based on the maximum-likelihood method.</description> + <macros> + <token name="@VERSION@">3.3.20190909</token> + </macros> <requirements> - <requirement type="package" version="3.3.20190321">phyml</requirement> + <requirement type="package" version="@VERSION@">phyml</requirement> </requirements> <version_command> <![CDATA[ phyml --version ]]>
