Mercurial > repos > iuc > gemini
diff gemini_db_info.xml @ 17:65f742e605ec draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 344140b8df53b8b7024618bb04594607a045c03a
| author | iuc |
|---|---|
| date | Mon, 04 May 2015 22:46:38 -0400 |
| parents | 53a5647e5271 |
| children |
line wrap: on
line diff
--- a/gemini_db_info.xml Tue Apr 28 22:55:56 2015 -0400 +++ b/gemini_db_info.xml Mon May 04 22:46:38 2015 -0400 @@ -1,11 +1,12 @@ <tool id="gemini_@BINARY@" name="GEMINI @BINARY@" version="@VERSION@.0"> <description>List the gemini database tables and columns</description> - <expand macro="requirements" /> - <expand macro="version_command" /> <macros> <import>gemini_macros.xml</import> <token name="@BINARY@">db_info</token> </macros> + <expand macro="requirements" /> + <expand macro="stdio" /> + <expand macro="version_command" /> <command> <![CDATA[ gemini @BINARY@ @@ -13,7 +14,6 @@ > "${ outfile }" ]]> </command> - <expand macro="stdio" /> <inputs> <expand macro="infile" /> </inputs> @@ -27,7 +27,7 @@ <help> **What it does** -Because of the sheer number of annotations that are stored in gemini, there are admittedly too many columns to remember by rote. +Because of the sheer number of annotations that are stored in gemini, there are admittedly too many columns to remember by rote. If you can’t recall the name of particular column, just use the db_info tool. It will report all of the tables and all of the columns / types in each table. @CITATION@
