Mercurial > repos > iuc > hyphy_meme
diff hyphy_meme.xml @ 31:dfa25d3c9491 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hyphy/ commit e74f0c1ed183da674db365c3a6ce320b0c08d9bc"
| author | iuc |
|---|---|
| date | Sat, 27 Nov 2021 11:07:45 +0000 |
| parents | d4ec17544e6b |
| children | 20261710f7b7 |
line wrap: on
line diff
--- a/hyphy_meme.xml Tue Aug 31 08:51:52 2021 +0000 +++ b/hyphy_meme.xml Sat Nov 27 11:07:45 2021 +0000 @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<tool id="hyphy_meme" name="HyPhy-MEME" version="@VERSION@+galaxy2" profile="19.09"> +<tool id="hyphy_meme" name="HyPhy-MEME" version="@TOOL_VERSION@+galaxy2" profile="19.09"> <description>Mixed Effects Model of Evolution</description> <expand macro="bio_tools"/> <macros> @@ -32,7 +32,9 @@ <test> <param name="input_file" ftype="fasta" value="meme-in1.fa"/> <param name="input_nhx" ftype="nhx" value="meme-in1.nhx"/> - <param name="branches" value="All"/> + <conditional name="branch_cond"> + <param name="branch_sel" value="All"/> + </conditional> <param name="p_value" value="0.1"/> <output name="meme_output" file="meme-out1.json" compare="sim_size" delta="25000"/> </test>
