Mercurial > repos > iuc > hyphy_fade
diff hyphy_fade.xml @ 2:91bcdc5b1d5d draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit f14f2bae2b27dc04e574803c7d4442a64cfe43e4"
| author | iuc |
|---|---|
| date | Fri, 14 Feb 2020 21:39:28 +0000 |
| parents | 2f771a757050 |
| children | ea7ab5a8b530 |
line wrap: on
line diff
--- a/hyphy_fade.xml Thu Feb 13 19:56:30 2020 +0000 +++ b/hyphy_fade.xml Fri Feb 14 21:39:28 2020 +0000 @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<tool id="hyphy_fade" name="HyPhy-FADE" version="@VERSION@+galaxy0"> +<tool id="hyphy_fade" name="HyPhy-FADE" version="@VERSION@+galaxy1"> <description>: FUBAR* Approach to Directional Evolution (*Fast Unconstrained Bayesian Approximation)</description> <macros> @@ -9,7 +9,7 @@ <command detect_errors="exit_code"><![CDATA[ ln -s '$input_file' fade_input.fa && ln -s '$input_nhx' fade_input.nhx && - @HYPHY_INVOCATION@ fade + hyphy fade --alignment ./fade_input.fa --tree ./fade_input.nhx --branches '$branches' @@ -23,6 +23,7 @@ --burn-in '$samples' --samples '$samples_per_chain' #end if + --output '$fade_output' > '$fade_log' ]]></command> <inputs> @@ -49,7 +50,7 @@ </inputs> <outputs> <data name="fade_log" format="txt"/> - <data name="fade_output" format="hyphy_results.json" from_work_dir="fade_input.fa.FADE.json"/> + <data name="fade_output" format="hyphy_results.json" /> </outputs> <tests> <test>
