Mercurial > repos > iuc > hyphy_fel
diff hyphy_fel.xml @ 26:5a67e5b055e0 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit 3908306ffa6f6cbc7b83303b2d4c581406d2fad9"
| author | iuc |
|---|---|
| date | Tue, 27 Apr 2021 17:56:51 +0000 |
| parents | 9bec2688cd72 |
| children | 4c8906e9debe |
line wrap: on
line diff
--- a/hyphy_fel.xml Tue Apr 20 19:39:24 2021 +0000 +++ b/hyphy_fel.xml Tue Apr 27 17:56:51 2021 +0000 @@ -1,27 +1,21 @@ <?xml version="1.0"?> -<tool id="hyphy_fel" name="HyPhy-FEL" version="@VERSION@+galaxy0" profile="19.09"> +<tool id="hyphy_fel" name="HyPhy-FEL" version="@VERSION@+galaxy1" profile="19.09"> <description>Fixed Effects Likelihood</description> <macros> <import>macros.xml</import> - <token name="@OPERATION@">FEL</token> - <token name="@operation@">fel</token> </macros> <expand macro="requirements"/> <command detect_errors="exit_code"><![CDATA[ @SYMLINK_FILES@ @HYPHYMPI@ fel --alignment ./$input_file - #if $input_nhx: - --tree ./input.nhx - #end if + @INPUT_TREE@ --code '$gencodeid' - --branches '$branches' + @branch_options@ --srv '$include_srv' --pvalue '$p_value' --output '$fel_output' - > '$fel_log' - ; - @CATCH_ERROR@ + @ERRORS@ ]]></command> <inputs> <expand macro="inputs"/> @@ -34,7 +28,6 @@ </param> </inputs> <outputs> - <data name="fel_log" format="txt"/> <data name="fel_output" format="hyphy_results.json" /> </outputs> <tests>
