Repository 'hyphy_relax'
hg clone https://eddie.galaxyproject.org/repos/rdvelazquez/hyphy_relax

Changeset 5:eb2be688941a (2019-02-12)
Previous changeset 4:7782bb7bc7b7 (2019-02-12) Next changeset 6:a1abeaa1c09f (2019-02-12)
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'40e2bb1e1af10cbc6641632376fd750d6cf5cd46\n'-dirty
modified:
hyphy_relax.xml
b
diff -r 7782bb7bc7b7 -r eb2be688941a hyphy_relax.xml
--- a/hyphy_relax.xml Tue Feb 12 08:53:39 2019 -0500
+++ b/hyphy_relax.xml Tue Feb 12 09:19:55 2019 -0500
b
@@ -16,7 +16,7 @@
         echo `pwd`/relax_input.nhx >> tool_params &&
         echo '3' &&
         echo '2' &&
-        echo '$analysisType' >> tool_params &&
+        echo $analysisType > tool_params &&
         @HYPHY_INVOCATION@ \$HYPHY_LIB/TemplateBatchFiles/SelectionAnalyses/RELAX.bf > '$relax_log'
       #else:
         ln -s '$input_file' relax_input.fa &&
@@ -25,7 +25,7 @@
         echo `pwd`/relax_input.fa >> tool_params &&
         echo `pwd`/relax_input.nhx >> tool_params &&
         echo '2' &&
-        echo '$analysisType' >> tool_params &&
+        echo $analysisType > tool_params &&
         @HYPHY_INVOCATION@ \$HYPHY_LIB/TemplateBatchFiles/SelectionAnalyses/RELAX.bf > '$relax_log'
       #end if
     ]]></command>