diff 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
line wrap: on
line diff
--- a/hyphy_prime.xml	Tue Oct 05 05:02:32 2021 +0000
+++ b/hyphy_prime.xml	Sat Nov 27 11:34:27 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"/>