Mercurial > repos > iuc > hyphy_meme
diff hyphy_meme.xml @ 31:cdbb233119cb 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:26:48 +0000 |
parents | 45a2366d777e |
children | 5d8389d684bf |
line wrap: on
line diff
--- a/hyphy_meme.xml Tue Oct 05 05:04:06 2021 +0000 +++ b/hyphy_meme.xml Sat Nov 27 11:26:48 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>