comparison 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
comparison
equal deleted inserted replaced
1:2677a6dae0e0 2:19becf767d4f
1 <tool id="phyml" name="PhyML" version="3.3.20190321"> 1 <tool id="phyml" name="PhyML" version="@VERSION@">
2 <description>Phylogeny software based on the maximum-likelihood</description> 2 <description>Phylogeny software based on the maximum-likelihood method.</description>
3 <macros>
4 <token name="@VERSION@">3.3.20190909</token>
5 </macros>
3 <requirements> 6 <requirements>
4 <requirement type="package" version="3.3.20190321">phyml</requirement> 7 <requirement type="package" version="@VERSION@">phyml</requirement>
5 </requirements> 8 </requirements>
6 <version_command> 9 <version_command>
7 <![CDATA[ phyml --version ]]> 10 <![CDATA[ phyml --version ]]>
8 </version_command> 11 </version_command>
9 <command detect_errors="default"> 12 <command detect_errors="default">