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

Changeset 6:a1abeaa1c09f (2019-02-12)
Previous changeset 5:eb2be688941a (2019-02-12) Next changeset 7:91e554a9ced6 (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 eb2be688941a -r a1abeaa1c09f hyphy_relax.xml
--- a/hyphy_relax.xml Tue Feb 12 09:19:55 2019 -0500
+++ b/hyphy_relax.xml Tue Feb 12 09:35:07 2019 -0500
b
@@ -14,9 +14,9 @@
         echo $gencodeid > tool_params &&
         echo `pwd`/relax_input.fa >> tool_params &&
         echo `pwd`/relax_input.nhx >> tool_params &&
-        echo '3' &&
-        echo '2' &&
-        echo $analysisType > tool_params &&
+        echo '3' >> tool_params &&
+        echo '2' >> tool_params &&
+        echo '$analysisType' >> tool_params &&
         @HYPHY_INVOCATION@ \$HYPHY_LIB/TemplateBatchFiles/SelectionAnalyses/RELAX.bf > '$relax_log'
       #else:
         ln -s '$input_file' relax_input.fa &&
@@ -24,8 +24,8 @@
         echo $gencodeid > tool_params &&
         echo `pwd`/relax_input.fa >> tool_params &&
         echo `pwd`/relax_input.nhx >> tool_params &&
-        echo '2' &&
-        echo $analysisType > tool_params &&
+        echo '2' >> tool_params &&
+        echo '$analysisType' >> tool_params &&
         @HYPHY_INVOCATION@ \$HYPHY_LIB/TemplateBatchFiles/SelectionAnalyses/RELAX.bf > '$relax_log'
       #end if
     ]]></command>