comparison hyphy_busted.xml @ 32:d09dd951d0c4 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit e74f0c1ed183da674db365c3a6ce320b0c08d9bc"
author iuc
date Sat, 27 Nov 2021 11:32:06 +0000
parents d723b65a4291
children e931e69b5a80
comparison
equal deleted inserted replaced
31:d723b65a4291 32:d09dd951d0c4
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <tool id="hyphy_busted" name="HyPhy-BUSTED" version="@VERSION@+galaxy1" profile="19.09"> 2 <tool id="hyphy_busted" name="HyPhy-BUSTED" version="@TOOL_VERSION@+galaxy2" profile="19.09">
3 <description>Branch-site Unrestricted Statistical Test for Episodic Diversification</description> 3 <description>Branch-site Unrestricted Statistical Test for Episodic Diversification</description>
4 <expand macro="bio_tools"/> 4 <expand macro="bio_tools"/>
5 <macros> 5 <macros>
6 <import>macros.xml</import> 6 <import>macros.xml</import>
7 </macros> 7 </macros>
33 <param name="input_nhx" ftype="nhx" value="absrel-in1.nhx"/> 33 <param name="input_nhx" ftype="nhx" value="absrel-in1.nhx"/>
34 <output name="busted_output" file="busted-out1.json" compare="sim_size"/> 34 <output name="busted_output" file="busted-out1.json" compare="sim_size"/>
35 </test> 35 </test>
36 <test> 36 <test>
37 <param name="input_file" ftype="nex" value="busted-in2.nex"/> 37 <param name="input_file" ftype="nex" value="busted-in2.nex"/>
38 <param name="branches" value="specify" /> 38 <conditional name="branch_cond">
39 <param name="branch_label" value="B_US_90_WEAU160" /> 39 <param name="branch_sel" value="specify"/>
40 <param name="branch_label" value="B_US_90_WEAU160_BRANCH" />
41 </conditional>
40 <param name="srv_options" value="specify" /> 42 <param name="srv_options" value="specify" />
41 <param name="save_alternative_model" value="true" /> 43 <param name="save_alternative_model" value="true" />
42 <output name="busted_output" file="busted-out2-1.json" compare="sim_size"/> 44 <output name="busted_output" file="busted-out2-1.json" compare="sim_size"/>
43 <output name="alternative_model" file="busted-out2-2.json" compare="sim_size"/> 45 <output name="alternative_model" file="busted-out2-2.json" compare="sim_size"/>
44 </test> 46 </test>