# HG changeset patch # User rdvelazquez # Date 1559917127 14400 # Node ID 4377e155b9d1453f70bb023e543510b7d4880d31 # Parent 070a1988e661d176880061a19d96a470e0ee81bd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 6c73b2e4c05bdddaef2026feb1073c1b0b4aa12e-dirty diff -r 070a1988e661 -r 4377e155b9d1 hyphy_fade.xml --- a/hyphy_fade.xml Mon Feb 18 15:11:29 2019 -0500 +++ b/hyphy_fade.xml Fri Jun 07 10:18:47 2019 -0400 @@ -1,41 +1,27 @@ - + : FUBAR* Approach to Directional Evolution (*Fast Unconstrained Bayesian Approximation) macros.xml - HYPHYMP --version | tail -n 1 | awk '{print - $1}' > tool_params && - echo `pwd`/fade_input.nhx >> tool_params && - echo '$branches' >> tool_params && - echo '$grid_points' >> tool_params && - echo '$substitutionmodel' >> tool_params && - echo '$posteriorEstimationMethod' >> tool_params && - echo '$concentration' >> tool_params && - @HYPHY_INVOCATION@ \$HYPHY_LIB/TemplateBatchFiles/SelectionAnalyses/FADE.bf > '$fade_log' - #else: - ln -s '$input_file' fade_input.fa && - ln -s '$input_nhx' fade_input.nhx && - echo `pwd`/fade_input.fa >> tool_params && - echo `pwd`/fade_input.nhx >> tool_params && - echo '$branches' >> tool_params && - echo '$grid_points' >> tool_params && - echo '$substitutionmodel' >> tool_params && - echo '$posteriorEstimationMethod' >> tool_params && - echo '$mcmc' >> tool_params && - echo '$chain_length' >> tool_params && - echo '$samples' >> tool_params && - echo '$samples_per_chain' >> tool_params && - echo '$concentration' >> tool_params && - @HYPHY_INVOCATION@ \$HYPHY_LIB/TemplateBatchFiles/SelectionAnalyses/FADE.bf > '$fade_log' - #end if + ln -s '$input_file' fade_input.fa && + ln -s '$input_nhx' fade_input.nhx && + @HYPHY_INVOCATIN@ fade + --alignment `pwd`/fade_input.fa + --tree `pwd`/fade_input.nhx + --branches '$branches' + --model '$substitutionmodel' + --method '$posteriorEstimationMethod' + --grid '$grid_points' + --concentration_parameter '$concentration' + --chains '$mcmc' + --chain-length '$chain_length' + --burn-in '$samples' + --samples '$samples_per_chain' + > '$fade_log' ]]> diff -r 070a1988e661 -r 4377e155b9d1 macros.xml --- a/macros.xml Mon Feb 18 15:11:29 2019 -0500 +++ b/macros.xml Fri Jun 07 10:18:47 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 - - - +