comparison hyphy_prime.xml @ 23:840b5fec0de9 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:34:27 +0000
parents b044a346c00d
children f207757f9ca2
comparison
equal deleted inserted replaced
22:b044a346c00d 23:840b5fec0de9
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <tool id="hyphy_prime" name="HyPhy-PRIME" version="@VERSION@+galaxy1" profile="19.09"> 2 <tool id="hyphy_prime" name="HyPhy-PRIME" version="@TOOL_VERSION@+galaxy1" profile="19.09">
3 <description>Property Informed Models of Evolution</description> 3 <description>Property Informed Models of Evolution</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>
35 </outputs> 35 </outputs>
36 <tests> 36 <tests>
37 <test> 37 <test>
38 <param name="input_file" ftype="fasta" value="prime-in1.fa"/> 38 <param name="input_file" ftype="fasta" value="prime-in1.fa"/>
39 <param name="input_nhx" ftype="nhx" value="prime-in1.nhx"/> 39 <param name="input_nhx" ftype="nhx" value="prime-in1.nhx"/>
40 <param name="branches" value="All"/> 40 <conditional name="branch_cond">
41 <param name="branch_sel" value="All"/>
42 </conditional>
41 <param name="p_value" value="0.1"/> 43 <param name="p_value" value="0.1"/>
42 <param name="prop_set" value="Atchley"/> 44 <param name="prop_set" value="Atchley"/>
43 <output name="prime_output" file="prime-out1.json" compare="sim_size"/> 45 <output name="prime_output" file="prime-out1.json" compare="sim_size"/>
44 </test> 46 </test>
45 </tests> 47 </tests>