Mercurial > repos > iuc > gemini_windower
comparison gemini_windower.xml @ 4:9aad9ef0502c draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 283362494058ed64143b1f27afb447b8a1cb4313
author | iuc |
---|---|
date | Fri, 14 Dec 2018 12:41:48 -0500 |
parents | 3a0665abc046 |
children | 3b5b1ebc8423 |
comparison
equal
deleted
inserted
replaced
3:8f04952b8882 | 4:9aad9ef0502c |
---|---|
1 <tool id="gemini_@BINARY@" name="GEMINI @BINARY@" version="@VERSION@.0"> | 1 <tool id="gemini_@BINARY@" name="GEMINI @BINARY@" version="@VERSION@.1"> |
2 <description>Conducting analyses on genome "windows"</description> | 2 <description>Conducting analyses on genome "windows"</description> |
3 <macros> | 3 <macros> |
4 <import>gemini_macros.xml</import> | 4 <import>gemini_macros.xml</import> |
5 <token name="@BINARY@">windower</token> | 5 <token name="@BINARY@">windower</token> |
6 </macros> | 6 </macros> |
49 <outputs> | 49 <outputs> |
50 <data name="outfile" format="tabular" /> | 50 <data name="outfile" format="tabular" /> |
51 </outputs> | 51 </outputs> |
52 <tests> | 52 <tests> |
53 <test> | 53 <test> |
54 <param name="infile" value="gemini_windower_input.db" ftype="gemini.sqlite" /> | 54 <param name="infile" value="gemini_load_result1.db" ftype="gemini.sqlite" /> |
55 <param name="w" value="10000" /> | 55 <param name="w" value="50000" /> |
56 <param name="s" value="50000000" /> | |
56 <param name="window_analysis" value="nucl_div" /> | 57 <param name="window_analysis" value="nucl_div" /> |
57 <param name="operation" value="mean" /> | 58 <param name="operation" value="mean" /> |
58 <output name="outfile" file="gemini_windower_result.tabular" /> | 59 <output name="outfile" file="gemini_windower_template.tabular" compare="re_match" /> |
59 </test> | 60 </test> |
60 </tests> | 61 </tests> |
61 <help><![CDATA[ | 62 <help><![CDATA[ |
62 **What it does** | 63 **What it does** |
63 | 64 |