Mercurial > repos > iuc > gemini
diff gemini_db_info.xml @ 20:b5207530f991 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/data_managers/data_manager_gemini_downloader commit e88029bb12e5262687267293f9d2a694eb00d3f0-dirty
| author | iuc |
|---|---|
| date | Tue, 29 Dec 2015 10:19:47 -0500 |
| parents | 27ce3de83007 |
| children |
line wrap: on
line diff
--- a/gemini_db_info.xml Fri Oct 16 13:55:09 2015 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,36 +0,0 @@ -<tool id="gemini_@BINARY@" name="GEMINI @BINARY@" version="@VERSION@.0"> - <description>List the gemini database tables and columns</description> - <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@ - "${ infile }" | tr -s ' ' '\t' - > "${ outfile }" -]]> - </command> - <inputs> - <expand macro="infile" /> - </inputs> - <outputs> - <data name="outfile" format="tabular" /> - </outputs> - <tests> - <test> - </test> - </tests> - <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. -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@ - </help> - <expand macro="citations"/> -</tool>
