Mercurial > repos > iuc > hyphy_fade
comparison hyphy_fade.xml @ 34:cf51d3630757 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:09:08 +0000 |
parents | eb23ebaf69d2 |
children |
comparison
equal
deleted
inserted
replaced
33:a73fff151e38 | 34:cf51d3630757 |
---|---|
1 <?xml version="1.0"?> | 1 <tool id="hyphy_fade" name="HyPhy-FADE" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@"> |
2 <tool id="hyphy_fade" name="HyPhy-FADE" version="@TOOL_VERSION@+galaxy1" profile="19.09"> | |
3 <description>: FUBAR* Approach to Directional Evolution (*Fast | 2 <description>: FUBAR* Approach to Directional Evolution (*Fast |
4 Unconstrained Bayesian Approximation)</description> | 3 Unconstrained Bayesian Approximation)</description> |
5 <macros> | 4 <macros> |
6 <import>macros.xml</import> | 5 <import>macros.xml</import> |
7 </macros> | 6 </macros> |
22 @ERRORS@ | 21 @ERRORS@ |
23 ]]></command> | 22 ]]></command> |
24 <inputs> | 23 <inputs> |
25 <expand macro="inputs"/> | 24 <expand macro="inputs"/> |
26 <expand macro="branches"/> | 25 <expand macro="branches"/> |
27 <expand macro="substitution"/> | 26 <expand macro="substitution" argument="--model"/> |
28 <expand macro="branches"/> | |
29 <expand macro="conditional_posteriorEstimationMethod" /> | 27 <expand macro="conditional_posteriorEstimationMethod" /> |
30 <param name="grid_points" type="integer" value="20" min="5" max="50" label="Grid points"/> | 28 <param argument="--grid" name="grid_points" type="integer" value="20" min="5" max="50" label="Grid points"/> |
31 <param name="concentration" type="float" value="0.5" min="0.001" max="1" label="Concentration parameter of the Dirichlet prior"/> | 29 <param argument="--concentration_parameter" name="concentration" type="float" value="0.5" min="0.001" max="1" label="Concentration parameter of the Dirichlet prior"/> |
32 </inputs> | 30 </inputs> |
33 <outputs> | 31 <outputs> |
34 <data name="fade_output" format="hyphy_results.json" /> | 32 <data name="fade_output" format="hyphy_results.json" /> |
35 </outputs> | 33 </outputs> |
36 <tests> | 34 <tests> |