Mercurial > repos > iuc > gemini_amend
comparison gemini_amend.xml @ 4:a02cd62adb70 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:47:55 -0500 |
parents | ccd8fdcf82d1 |
children | bff8fad3fb69 |
comparison
equal
deleted
inserted
replaced
3:4bd4870ecd33 | 4:a02cd62adb70 |
---|---|
1 <tool id="gemini_@BINARY@" name="GEMINI @BINARY@" version="@VERSION@.0"> | 1 <tool id="gemini_@BINARY@" name="GEMINI @BINARY@" version="@VERSION@.1"> |
2 <description>Amend an already loaded GEMINI database.</description> | 2 <description>Amend an already loaded GEMINI database.</description> |
3 <macros> | 3 <macros> |
4 <import>gemini_macros.xml</import> | 4 <import>gemini_macros.xml</import> |
5 <token name="@BINARY@">amend</token> | 5 <token name="@BINARY@">amend</token> |
6 </macros> | 6 </macros> |
29 <data name="outfile" format="gemini.sqlite" /> | 29 <data name="outfile" format="gemini.sqlite" /> |
30 </outputs> | 30 </outputs> |
31 <tests> | 31 <tests> |
32 <test> | 32 <test> |
33 <param name="infile" value="gemini_amend_input.db" ftype="gemini.sqlite" /> | 33 <param name="infile" value="gemini_amend_input.db" ftype="gemini.sqlite" /> |
34 <param name="ped" value="gemini_amend_input.ped" ftype="tabular" /> | 34 <param name="ped" value="gemini_amend.ped" ftype="tabular" /> |
35 <output name="outfile" file="gemini_amend_result.db" /> | 35 <output name="outfile" file="gemini_auto_rec_input.db" ftype="gemini.sqlite" compare="sim_size" delta="1000" /> |
36 </test> | 36 </test> |
37 </tests> | 37 </tests> |
38 <help> | 38 <help> |
39 <![CDATA[ | 39 <![CDATA[ |
40 **What it does** | 40 **What it does** |