Mercurial > repos > iuc > hyphy_fubar
diff hyphy_fubar.xml @ 32:cf9bd1a41ba5 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:11:30 +0000 |
| parents | 5a31b5877224 |
| children | a0b0fef4062b |
line wrap: on
line diff
--- a/hyphy_fubar.xml Tue Aug 31 08:52:50 2021 +0000 +++ b/hyphy_fubar.xml Sat Nov 27 11:11:30 2021 +0000 @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<tool id="hyphy_fubar" name="HyPhy-FUBAR" version="@VERSION@+galaxy1" profile="19.09"> +<tool id="hyphy_fubar" name="HyPhy-FUBAR" version="@TOOL_VERSION@+galaxy1" profile="19.09"> <description>Fast Unconstrained Bayesian AppRoximation</description> <expand macro="bio_tools"/> <macros> @@ -34,7 +34,9 @@ <test> <param name="input_file" ftype="fasta.gz" value="fubar-in1.fa.gz"/> <param name="input_nhx" ftype="nhx" value="fubar-in1.nhx"/> - <param name="posterior" value="Variational-Bayes"/> + <conditional name="posteriorEstimationMethod"> + <param name="method" value="Variational-Bayes"/> + </conditional> <output name="fubar_output" file="fubar-out1.json" compare="sim_size"/> </test> </tests>
