comparison hyphy_fel.xml @ 33:8a6ef85b934d draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 4bb2092ac089e709bdc0ec3c3680f47e17be509a"
author iuc
date Wed, 30 Mar 2022 00:12:04 +0000
parents fc50c4bac0a3
children ec783806a5c3
comparison
equal deleted inserted replaced
32:fc50c4bac0a3 33:8a6ef85b934d
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <tool id="hyphy_fel" name="HyPhy-FEL" version="@TOOL_VERSION@+galaxy1" profile="19.09"> 2 <tool id="hyphy_fel" name="HyPhy-FEL" version="@TOOL_VERSION@+galaxy1" profile="19.09">
3 <description>Fixed Effects Likelihood</description> 3 <description>Fixed Effects Likelihood</description>
4 <expand macro="bio_tools"/>
5 <macros> 4 <macros>
6 <import>macros.xml</import> 5 <import>macros.xml</import>
7 </macros> 6 </macros>
7 <expand macro="bio_tools"/>
8 <expand macro="requirements"/> 8 <expand macro="requirements"/>
9 <command detect_errors="exit_code"><![CDATA[ 9 <command detect_errors="exit_code"><![CDATA[
10 @SYMLINK_FILES@ 10 @SYMLINK_FILES@
11 @HYPHYMPI@ fel 11 @HYPHYMPI@ fel
12 --alignment ./$input_file 12 --alignment ./$input_file
13 @INPUT_TREE@ 13 @INPUT_TREE@
14 --code '$gencodeid' 14 --code '$gencodeid'
15 @branch_options@ 15 @branch_options@
16 --srv '$include_srv' 16 --srv '$include_srv'
17 --pvalue '$p_value' 17 --pvalue '$p_value'
18 @resample@
19 --precision $precision
20 $ci
18 --output '$fel_output' 21 --output '$fel_output'
19 @ERRORS@ 22 @ERRORS@
20 ]]></command> 23 ]]></command>
21 <inputs> 24 <inputs>
22 <expand macro="inputs"/> 25 <expand macro="inputs"/>
25 <param name="p_value" type="float" value=".1" min="0" max="1" label="P-value"/> 28 <param name="p_value" type="float" value=".1" min="0" max="1" label="P-value"/>
26 <param name="include_srv" type="select" label="Include synonymous rate variation" help = "Allow synonymous rates to vary from site to site"> 29 <param name="include_srv" type="select" label="Include synonymous rate variation" help = "Allow synonymous rates to vary from site to site">
27 <option value="Yes">Yes (recommended)</option> 30 <option value="Yes">Yes (recommended)</option>
28 <option value="No">No</option> 31 <option value="No">No</option>
29 </param> 32 </param>
33 <param argument="--ci" type="boolean" truevalue="--ci Yes" falsevalue="" label="Compute profile likelihood confidence intervals for each variable site" />
34 <expand macro="resample"/>
35 <param argument="--precision" type="select" label="Optimization precision for preliminary fits">
36 <option value="standard">Standard</option>
37 <option value="reduced">Reduced for faster fitting</option>
38 </param>
30 </inputs> 39 </inputs>
31 <outputs> 40 <outputs>
32 <data name="fel_output" format="hyphy_results.json" /> 41 <data name="fel_output" format="hyphy_results.json" />
33 </outputs> 42 </outputs>
34 <tests> 43 <tests>
35 <test> 44 <test>
36 <param name="input_file" ftype="fasta" value="absrel-in1.fa"/> 45 <param name="input_file" ftype="fasta" value="absrel-in1.fa"/>
37 <param name="input_nhx" ftype="nhx" value="absrel-in1.nhx"/> 46 <param name="input_nhx" ftype="nhx" value="absrel-in1.nhx"/>
47 <output name="fel_output" file="fel-out1.json" compare="sim_size"/>
48 </test>
49 <test>
50 <param name="input_file" ftype="fasta" value="absrel-in1.fa"/>
51 <param name="input_nhx" ftype="nhx" value="absrel-in1.nhx"/>
52 <param name="ci" value="true" />
53 <param name="precision" value="reduced" />
38 <output name="fel_output" file="fel-out1.json" compare="sim_size"/> 54 <output name="fel_output" file="fel-out1.json" compare="sim_size"/>
39 </test> 55 </test>
40 </tests> 56 </tests>
41 <help><![CDATA[ 57 <help><![CDATA[
42 FEL : Fixed effects likelihood 58 FEL : Fixed effects likelihood