# HG changeset patch # User rdvelazquez # Date 1559917249 14400 # Node ID f84a42d3ef980cff6086a96463116b8c67a7a516 # Parent 15591ab0d53accbd4b0ecaa559059cdb824ccb6d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 6c73b2e4c05bdddaef2026feb1073c1b0b4aa12e-dirty diff -r 15591ab0d53a -r f84a42d3ef98 hyphy_meme.xml --- a/hyphy_meme.xml Mon Feb 18 15:15:12 2019 -0500 +++ b/hyphy_meme.xml Fri Jun 07 10:20:49 2019 -0400 @@ -1,22 +1,21 @@ - + : Mixed Effects Model of Evolution macros.xml - tool_params && - echo `pwd`/meme_input.fa >> tool_params && - echo `pwd`/meme_input.nhx >> tool_params && - echo $branches >> tool_params && - echo $p_value >> tool_params && - @HYPHY_INVOCATION@ \$HYPHY_LIB/TemplateBatchFiles/SelectionAnalyses/MEME.bf > '$meme_log' + ln -s '$input_file' meme_input.fa && + ln -s '$input_nhx' meme_input.nhx && + @HYPHY_INVOCATION@ meme + --alignment `pwd`/meme_input.fa + --tree `pwd`/meme_input.nhx + --code '$gencodeid' + --branches '$branches' + --pvalue '$p_value' + > '$meme_log' ]]> diff -r 15591ab0d53a -r f84a42d3ef98 macros.xml --- a/macros.xml Mon Feb 18 15:15:12 2019 -0500 +++ b/macros.xml Fri Jun 07 10:20:49 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 - - - +