diff hyphy_relax.xml @ 33:7207313de5a8 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 821e0f3e4546bc55e093ab63bd9f9b57f2bf772d
author iuc
date Thu, 18 Aug 2022 13:59:18 +0000
parents 49885a825dc1
children 5eb9d7217640
line wrap: on
line diff
--- a/hyphy_relax.xml	Wed Mar 30 00:12:50 2022 +0000
+++ b/hyphy_relax.xml	Thu Aug 18 13:59:18 2022 +0000
@@ -1,5 +1,5 @@
 <?xml version="1.0"?>
-<tool id="hyphy_relax" name="HyPhy-RELAX" version="@TOOL_VERSION@+galaxy1" profile="19.09">
+<tool id="hyphy_relax" name="HyPhy-RELAX" version="@TOOL_VERSION@+galaxy2" profile="19.09">
     <description>Detect relaxed selection in a codon-based
     phylogenetic framework</description>
     <macros>
@@ -55,10 +55,12 @@
         </test>
         <test>
             <param name="input_file" ftype="nex" value="relax-in2.nex"/>
-            <param name="srv_options" value="specify" />
-            <param name="save_alternative_model" value="true" />
             <param name="test" value="PR" />
-            <param name="srv" value="Yes" />
+            <conditional name="advanced">
+                <param name="srv_options" value="specify" />
+                <param name="save_alternative_model" value="true" />
+                <param name="srv" value="false" />
+            </conditional>
             <output name="relax_output" file="relax-out2-1.json" compare="sim_size"/>
         </test>
     </tests>