comparison hyphy_fubar.xml @ 32:90e57f65ddd9 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:29:48 +0000
parents 099fc3ec12d2
children 55a45d4c31dc
comparison
equal deleted inserted replaced
31:099fc3ec12d2 32:90e57f65ddd9
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <tool id="hyphy_fubar" name="HyPhy-FUBAR" version="@VERSION@+galaxy1" profile="19.09"> 2 <tool id="hyphy_fubar" name="HyPhy-FUBAR" version="@TOOL_VERSION@+galaxy1" profile="19.09">
3 <description>Fast Unconstrained Bayesian AppRoximation</description> 3 <description>Fast Unconstrained Bayesian AppRoximation</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>
32 </outputs> 32 </outputs>
33 <tests> 33 <tests>
34 <test> 34 <test>
35 <param name="input_file" ftype="fasta.gz" value="fubar-in1.fa.gz"/> 35 <param name="input_file" ftype="fasta.gz" value="fubar-in1.fa.gz"/>
36 <param name="input_nhx" ftype="nhx" value="fubar-in1.nhx"/> 36 <param name="input_nhx" ftype="nhx" value="fubar-in1.nhx"/>
37 <param name="posterior" value="Variational-Bayes"/> 37 <conditional name="posteriorEstimationMethod">
38 <param name="method" value="Variational-Bayes"/>
39 </conditional>
38 <output name="fubar_output" file="fubar-out1.json" compare="sim_size"/> 40 <output name="fubar_output" file="fubar-out1.json" compare="sim_size"/>
39 </test> 41 </test>
40 </tests> 42 </tests>
41 <help><![CDATA[ 43 <help><![CDATA[
42 44