Mercurial > repos > iuc > hyphy_meme
comparison 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 |
comparison
equal
deleted
inserted
replaced
30:45a2366d777e | 31:cdbb233119cb |
---|---|
1 <?xml version="1.0"?> | 1 <?xml version="1.0"?> |
2 <tool id="hyphy_meme" name="HyPhy-MEME" version="@VERSION@+galaxy2" profile="19.09"> | 2 <tool id="hyphy_meme" name="HyPhy-MEME" version="@TOOL_VERSION@+galaxy2" profile="19.09"> |
3 <description>Mixed Effects Model of Evolution</description> | 3 <description>Mixed Effects Model of Evolution</description> |
4 <expand macro="bio_tools"/> | 4 <expand macro="bio_tools"/> |
5 <macros> | 5 <macros> |
6 <import>macros.xml</import> | 6 <import>macros.xml</import> |
7 </macros> | 7 </macros> |
30 </outputs> | 30 </outputs> |
31 <tests> | 31 <tests> |
32 <test> | 32 <test> |
33 <param name="input_file" ftype="fasta" value="meme-in1.fa"/> | 33 <param name="input_file" ftype="fasta" value="meme-in1.fa"/> |
34 <param name="input_nhx" ftype="nhx" value="meme-in1.nhx"/> | 34 <param name="input_nhx" ftype="nhx" value="meme-in1.nhx"/> |
35 <param name="branches" value="All"/> | 35 <conditional name="branch_cond"> |
36 <param name="branch_sel" value="All"/> | |
37 </conditional> | |
36 <param name="p_value" value="0.1"/> | 38 <param name="p_value" value="0.1"/> |
37 <output name="meme_output" file="meme-out1.json" compare="sim_size" delta="25000"/> | 39 <output name="meme_output" file="meme-out1.json" compare="sim_size" delta="25000"/> |
38 </test> | 40 </test> |
39 </tests> | 41 </tests> |
40 <help><![CDATA[ | 42 <help><![CDATA[ |