comparison phyml.xml @ 2:2bf47d57ebb5 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/phyml commit 61b727022bd1b24a8843830a9c5f34ef66835694"
author iuc
date Mon, 22 Jun 2020 18:37:56 -0400
parents 034f76ead49a
children 7157a5b34a68
comparison
equal deleted inserted replaced
1:034f76ead49a 2:2bf47d57ebb5
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">