Mercurial > repos > iuc > hyphy_cfel
comparison hyphy_cfel.xml @ 11:6960dd62c983 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit e7a89841d59689e87db592e112f9c8fb5331d954
author | iuc |
---|---|
date | Thu, 02 Mar 2023 15:11:29 +0000 |
parents | fcabcc150d21 |
children |
comparison
equal
deleted
inserted
replaced
10:91679ca1480d | 11:6960dd62c983 |
---|---|
1 <?xml version="1.0"?> | 1 <tool id="hyphy_cfel" name="HyPhy-CFEL" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@"> |
2 <tool id="hyphy_cfel" name="HyPhy-CFEL" version="@TOOL_VERSION@+galaxy1" profile="19.09"> | |
3 <description>Test for Differences in Selective Pressures at Individual Sites among Clades and Sets of Branches</description> | 2 <description>Test for Differences in Selective Pressures at Individual Sites among Clades and Sets of Branches</description> |
4 <macros> | 3 <macros> |
5 <import>macros.xml</import> | 4 <import>macros.xml</import> |
6 </macros> | 5 </macros> |
7 <expand macro="requirements"/> | 6 <expand macro="requirements"/> |
23 ]]></command> | 22 ]]></command> |
24 <inputs> | 23 <inputs> |
25 <expand macro="inputs"/> | 24 <expand macro="inputs"/> |
26 <expand macro="gencode"/> | 25 <expand macro="gencode"/> |
27 <repeat name="branch_repeat" title="Branch set" min="1"> | 26 <repeat name="branch_repeat" title="Branch set" min="1"> |
28 <param name="branch_label" type="text" value="Test" optional="false" label="Label for set"> | 27 <param argument="--branch-set" name="branch_label" type="text" value="Test" optional="false" label="Label for set"> |
29 <sanitizer invalid_char=""> | 28 <sanitizer invalid_char=""> |
30 <valid initial="default" /> | 29 <valid initial="default" /> |
31 </sanitizer> | 30 </sanitizer> |
32 </param> | 31 </param> |
33 </repeat> | 32 </repeat> |