# HG changeset patch # User rdvelazquez # Date 1559917281 14400 # Node ID 186972ed2a1506f5761a8472ded9f05b16a3ac76 # Parent 410942662a67c06a6f8fadb5a803ebc3646cc21f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 6c73b2e4c05bdddaef2026feb1073c1b0b4aa12e-dirty diff -r 410942662a67 -r 186972ed2a15 hyphy_relax.xml --- a/hyphy_relax.xml Mon Feb 18 15:16:35 2019 -0500 +++ b/hyphy_relax.xml Fri Jun 07 10:21:21 2019 -0400 @@ -1,40 +1,32 @@ - + Detect relaxed selection in a codon-based phylogenetic framework macros.xml - tool_params && - echo `pwd`/relax_input.fa >> tool_params && - echo `pwd`/relax_input.nhx >> tool_params && - echo '3' >> tool_params && - echo '2' >> tool_params && - echo '$analysisType' >> tool_params && - @HYPHY_INVOCATION@ \$HYPHY_LIB/TemplateBatchFiles/SelectionAnalyses/RELAX.bf > '$relax_log' - #else: - ln -s '$input_file' relax_input.fa && - ln -s '$input_nhx' relax_input.nhx && - echo $gencodeid > tool_params && - echo `pwd`/relax_input.fa >> tool_params && - echo `pwd`/relax_input.nhx >> tool_params && - echo '2' >> tool_params && - echo '$analysisType' >> tool_params && - @HYPHY_INVOCATION@ \$HYPHY_LIB/TemplateBatchFiles/SelectionAnalyses/RELAX.bf > '$relax_log' - #end if + ln -s '$input_file' relax_input.fa && + ln -s '$input_nhx' relax_input.nhx && + @HYPHY_INVOCATION@ relax + --alignment `pwd`/relax_input.fa + --tree `pwd`/relax_input.nhx + --models '$analysisType' + #if $treeAnnotations == "2": + --test TEST + --reference REFERENCE + #else: + --test TEST + #end if + > '$relax_log' ]]> - - + + diff -r 410942662a67 -r 186972ed2a15 macros.xml --- a/macros.xml Mon Feb 18 15:16:35 2019 -0500 +++ b/macros.xml Fri Jun 07 10:21:21 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 - - - +