# HG changeset patch # User rdvelazquez # Date 1559917188 14400 # Node ID 8600d5c4e466596615031087b9735608b0ea30e9 # Parent ca2c7c484990bb1cc7321f0f010d531025fbc1de planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 6c73b2e4c05bdddaef2026feb1073c1b0b4aa12e-dirty diff -r ca2c7c484990 -r 8600d5c4e466 hyphy_fubar.xml --- a/hyphy_fubar.xml Mon Feb 18 15:17:18 2019 -0500 +++ b/hyphy_fubar.xml Fri Jun 07 10:19:48 2019 -0400 @@ -1,26 +1,26 @@ - + Fast Unconstrained Bayesian AppRoximation macros.xml - tool_params && - echo `pwd`/fubar_input.fa >> tool_params && - echo `pwd`/fubar_input.nhx >> tool_params && - echo '$grid_points' >> tool_params && - echo '$posterior' >> 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/FUBAR.bf > '$fubar_log' + @HYPHY_INVOCATION@ fubar + --alignment `pwd`/fubar_input.fa + --tree `pwd`/fubar_input.nhx + --code '$gencodeid' + --method '$posterior' + --grid '$grid_points' + --chains '$mcmc' + --chain-length '$chain_length' + --burn-in '$samples' + --samples '$samples_per_chain' + --concentration_parameter '$concentration' + > '$fubar_log' ]]> @@ -28,9 +28,9 @@ - - - + + + diff -r ca2c7c484990 -r 8600d5c4e466 macros.xml --- a/macros.xml Mon Feb 18 15:17:18 2019 -0500 +++ b/macros.xml Fri Jun 07 10:19:48 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 - - - +