Mercurial > repos > iuc > hyphy_prime
diff hyphy_prime.xml @ 23:994958ce93b0 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:17:09 +0000 |
| parents | 6dbf2fc2c06e |
| children | 6690171a9db7 |
line wrap: on
line diff
--- a/hyphy_prime.xml Tue Aug 31 08:58:55 2021 +0000 +++ b/hyphy_prime.xml Sat Nov 27 11:17:09 2021 +0000 @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<tool id="hyphy_prime" name="HyPhy-PRIME" version="@VERSION@+galaxy1" profile="19.09"> +<tool id="hyphy_prime" name="HyPhy-PRIME" version="@TOOL_VERSION@+galaxy1" profile="19.09"> <description>Property Informed Models of Evolution</description> <expand macro="bio_tools"/> <macros> @@ -37,7 +37,9 @@ <test> <param name="input_file" ftype="fasta" value="prime-in1.fa"/> <param name="input_nhx" ftype="nhx" value="prime-in1.nhx"/> - <param name="branches" value="All"/> + <conditional name="branch_cond"> + <param name="branch_sel" value="All"/> + </conditional> <param name="p_value" value="0.1"/> <param name="prop_set" value="Atchley"/> <output name="prime_output" file="prime-out1.json" compare="sim_size"/>
