Mercurial > repos > iuc > hyphy_slac
diff hyphy_slac.xml @ 3:69fa9cdbcd01 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:40:45 +0000 |
| parents | 48cb691628ee |
| children | 31fb9b49762f |
line wrap: on
line diff
--- a/hyphy_slac.xml Thu Feb 13 19:57:48 2020 +0000 +++ b/hyphy_slac.xml Fri Feb 14 21:40:45 2020 +0000 @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<tool id="hyphy_slac" name="HyPhy-SLAC" version="@VERSION@+galaxy0"> +<tool id="hyphy_slac" name="HyPhy-SLAC" version="@VERSION@+galaxy1"> <description>Single Likelihood Ancestor Counting</description> <macros> <import>macros.xml</import> @@ -8,13 +8,14 @@ <command detect_errors="exit_code"><![CDATA[ ln -s '$input_file' slac_input.fa && ln -s '$input_nhx' slac_input.nhx && - @HYPHY_INVOCATION@ slac + hyphy slac --alignment ./slac_input.fa --tree ./slac_input.nhx --code '$gencodeid' --branches '$branches' --samples '$number_of_samples' --pvalue '$p_value' + --output '$slac_output' > '$slac_log' ]]></command> <inputs> @@ -26,7 +27,7 @@ </inputs> <outputs> <data name="slac_log" format="txt"/> - <data name="slac_output" format="hyphy_results.json" from_work_dir="slac_input.fa.SLAC.json"/> + <data name="slac_output" format="hyphy_results.json" /> </outputs> <tests> <test>
