# HG changeset patch # User rdvelazquez # Date 1559917065 14400 # Node ID 3fcbbe88b6d82ec1133d028bc22182922be1902d # Parent 5b00c7f5b03d17c16f77fa3f653cc3b829ca240f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 6c73b2e4c05bdddaef2026feb1073c1b0b4aa12e-dirty diff -r 5b00c7f5b03d -r 3fcbbe88b6d8 hyphy_bgm.xml --- a/hyphy_bgm.xml Tue Mar 05 20:13:34 2019 -0500 +++ b/hyphy_bgm.xml Fri Jun 07 10:17:45 2019 -0400 @@ -1,39 +1,35 @@ - + - Detecting coevolving sites via Bayesian graphical models macros.xml - HYPHYMP --version | tail -n 1 | awk '{print $1}' tool_params && - #if str($datatype.value) == "3": - echo '$datatype.gencodeid' >> tool_params && - #end if - echo `pwd`/bgm_input.fa >> tool_params && - #if str($datatype.value) == "2": - echo '$datatype.model' >> tool_params && - #end if - echo `pwd`/bgm_input.nhx >> tool_params && - echo '$branch_subset' >> tool_params && - echo '$chain_length' >> tool_params && - echo '$burn_in' >> tool_params && - echo '$sample' >> tool_params && - echo '$parents' >> tool_params && - echo '$min_subs' >> tool_params && - @HYPHY_INVOCATION@ \$HYPHY_LIB/TemplateBatchFiles/BGM.bf > '$bgm_log' + @HYPHY_INVOCATION@ bgm + --alignment `pwd`/bgm_input.fa + --tree `pwd`/bgm_input.nhx + --run_type $datatype.value + --code '$datatype.gencodeid' + --baseline_model '$datatyupe.model' + --branches '$branch_subset' + --chain '$chain_length' + --burn_in '$burn_in' + --samples '$samples' + --parents '$parents' + --min_subs '$min_sumbs' + > '$bgm_log' ]]> - - - + + + diff -r 5b00c7f5b03d -r 3fcbbe88b6d8 macros.xml --- a/macros.xml Tue Mar 05 20:13:34 2019 -0500 +++ b/macros.xml Fri Jun 07 10:17:45 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 - - - +