# HG changeset patch # User rdvelazquez # Date 1559917158 14400 # Node ID fa59f50180e2507e745548022d546d81f74cfb1b # Parent b846c4b7ba5f2e3bee8a0f104c22a33458550ded planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 6c73b2e4c05bdddaef2026feb1073c1b0b4aa12e-dirty diff -r b846c4b7ba5f -r fa59f50180e2 hyphy_fel.xml --- a/hyphy_fel.xml Mon Feb 18 15:17:54 2019 -0500 +++ b/hyphy_fel.xml Fri Jun 07 10:19:18 2019 -0400 @@ -1,22 +1,22 @@ - + Fixed Effects Likelihood macros.xml - tool_params && - echo `pwd`/fel_input.fa >> tool_params && - echo `pwd`/fel_input.nhx >> tool_params && - echo '$branches' >> tool_params && - echo '$include_srv' >> tool_params && - echo '$p_value' >> tool_params && - @HYPHY_INVOCATION@ \$HYPHY_LIB/TemplateBatchFiles/SelectionAnalyses/FEL.bf > '$fel_log' + @HYPHY_INVOCATION@ fel + --alignment `pwd`/fel_input.fa + --tree `pwd`/fel_input.nhx + --code '$gencodeid' + --branches '$branches' + --srv '$include_srv' + --pvalue '$p_value' + > '$fel_log' ]]> @@ -25,8 +25,8 @@ - - + + diff -r b846c4b7ba5f -r fa59f50180e2 macros.xml --- a/macros.xml Mon Feb 18 15:17:54 2019 -0500 +++ b/macros.xml Fri Jun 07 10:19:18 2019 -0400 @@ -6,50 +6,43 @@ - - - - - - - - - - - - + + + + + + + + + + + + - - - - + + + + - - HYPHYMP --version | tail -n 1 | awk '{print $1}' - 10.1093/bioinformatics/bti079 - 2.3.14 + 2.5.0 hyphy - - - +