Mercurial > repos > rdvelazquez > hyphy_relax
changeset 5:eb2be688941a draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit b'40e2bb1e1af10cbc6641632376fd750d6cf5cd46\n'-dirty
author | rdvelazquez |
---|---|
date | Tue, 12 Feb 2019 09:19:55 -0500 |
parents | 7782bb7bc7b7 |
children | a1abeaa1c09f |
files | hyphy_relax.xml |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/hyphy_relax.xml Tue Feb 12 08:53:39 2019 -0500 +++ b/hyphy_relax.xml Tue Feb 12 09:19:55 2019 -0500 @@ -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>