# HG changeset patch # User rdvelazquez # Date 1559917313 14400 # Node ID 2fe4dfc309dd6ef721709db211c0337bd30be275 # Parent 2d2bc1fe30b14874109ad33d226ef79eb9dab141 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 6c73b2e4c05bdddaef2026feb1073c1b0b4aa12e-dirty diff -r 2d2bc1fe30b1 -r 2fe4dfc309dd hyphy_slac.xml --- a/hyphy_slac.xml Mon Feb 18 15:15:57 2019 -0500 +++ b/hyphy_slac.xml Fri Jun 07 10:21:53 2019 -0400 @@ -1,22 +1,22 @@ - + Single Likelihood Ancestor Counting macros.xml - tool_params && - echo `pwd`/slac_input.fa >> tool_params && - echo `pwd`/slac_input.nhx >> tool_params && - echo '$branches' >> tool_params && - echo '$number_of_samples' >> tool_params && - echo '$p_value' >> tool_params && - @HYPHY_INVOCATION@ \$HYPHY_LIB/TemplateBatchFiles/SelectionAnalyses/SLAC.bf > '$slac_log' + @HYPHY_INVOCATION@ slac + --alignment `pwd`/slac_input.fa + --tree pwd`/slac_input.nhx + --code '$gencodeid' + --branches '$branches' + --samples '$number_of_samples' + --pvalue '$p_value' + > '$slac_log' ]]> diff -r 2d2bc1fe30b1 -r 2fe4dfc309dd macros.xml --- a/macros.xml Mon Feb 18 15:15:57 2019 -0500 +++ b/macros.xml Fri Jun 07 10:21:53 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 - - - +