diff hyphy_relax.xml @ 2:f19c8a518520 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit f14f2bae2b27dc04e574803c7d4442a64cfe43e4"
author iuc
date Fri, 14 Feb 2020 21:39:03 +0000
parents e8d54e0db61a
children 9dfab89b392a
line wrap: on
line diff
--- a/hyphy_relax.xml	Thu Feb 13 19:56:04 2020 +0000
+++ b/hyphy_relax.xml	Fri Feb 14 21:39:03 2020 +0000
@@ -1,5 +1,5 @@
 <?xml version="1.0"?>
-<tool id="hyphy_relax" name="HyPhy-RELAX" version="@VERSION@+galaxy0">
+<tool id="hyphy_relax" name="HyPhy-RELAX" version="@VERSION@+galaxy1">
     <description>Detect relaxed selection in a codon-based
     phylogenetic framework</description>
     <macros>
@@ -9,7 +9,7 @@
     <command detect_errors="exit_code"><![CDATA[
         ln -s '$input_file' relax_input.fa &&
         ln -s '$input_nhx' relax_input.nhx &&
-        @HYPHY_INVOCATION@ relax
+        hyphy relax
             --alignment ./relax_input.fa
             --tree ./relax_input.nhx
             --models '$analysisType'