Repository 'hyphy_relax'
hg clone https://toolshed.g2.bx.psu.edu/repos/iuc/hyphy_relax

Changeset 2:8e92afe83af9 (2020-02-14)
Previous changeset 1:1da578d6a253 (2020-02-13) Next changeset 3:134d46bd47dd (2020-02-16)
Commit message:
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit f14f2bae2b27dc04e574803c7d4442a64cfe43e4"
modified:
hyphy_relax.xml
macros.xml
b
diff -r 1da578d6a253 -r 8e92afe83af9 hyphy_relax.xml
--- a/hyphy_relax.xml Thu Feb 13 15:02:11 2020 -0500
+++ b/hyphy_relax.xml Fri Feb 14 16:45:24 2020 -0500
[
@@ -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'
b
diff -r 1da578d6a253 -r 8e92afe83af9 macros.xml
--- a/macros.xml Thu Feb 13 15:02:11 2020 -0500
+++ b/macros.xml Fri Feb 14 16:45:24 2020 -0500
[
@@ -80,6 +80,7 @@
             <yield/>
         </requirements>
     </xml>
+    <token name="@HYPHYMPI@">mpirun -np \${GALAXY_SLOTS:-1} HYPHYMPI</token>
     <token name="@HYPHY_ENVIRONMENT@"><![CDATA[export HYPHY=`which hyphy` &&
 export HYPHY_PATH=`dirname \$HYPHY` &&
 export HYPHY_LIB=`readlink -f \$HYPHY_PATH/../lib/hyphy` &&]]></token>