Mercurial > repos > iuc > gemini
annotate gemini_db_info.xml @ 19:27ce3de83007 draft
Deleted selected files
| author | iuc |
|---|---|
| date | Fri, 16 Oct 2015 13:55:09 -0400 |
| parents | 65f742e605ec |
| children |
| rev | line source |
|---|---|
| 0 | 1 <tool id="gemini_@BINARY@" name="GEMINI @BINARY@" version="@VERSION@.0"> |
| 2 <description>List the gemini database tables and columns</description> | |
| 3 <macros> | |
| 4 <import>gemini_macros.xml</import> | |
| 5 <token name="@BINARY@">db_info</token> | |
| 6 </macros> | |
|
17
65f742e605ec
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 344140b8df53b8b7024618bb04594607a045c03a
iuc
parents:
11
diff
changeset
|
7 <expand macro="requirements" /> |
|
65f742e605ec
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 344140b8df53b8b7024618bb04594607a045c03a
iuc
parents:
11
diff
changeset
|
8 <expand macro="stdio" /> |
|
65f742e605ec
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 344140b8df53b8b7024618bb04594607a045c03a
iuc
parents:
11
diff
changeset
|
9 <expand macro="version_command" /> |
| 0 | 10 <command> |
| 11 <![CDATA[ | |
| 12 gemini @BINARY@ | |
| 2 | 13 "${ infile }" | tr -s ' ' '\t' |
| 0 | 14 > "${ outfile }" |
| 15 ]]> | |
| 16 </command> | |
| 17 <inputs> | |
| 11 | 18 <expand macro="infile" /> |
| 0 | 19 </inputs> |
| 20 <outputs> | |
| 11 | 21 <data name="outfile" format="tabular" /> |
| 0 | 22 </outputs> |
| 23 <tests> | |
| 24 <test> | |
| 25 </test> | |
| 26 </tests> | |
| 27 <help> | |
| 28 **What it does** | |
| 29 | |
|
17
65f742e605ec
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 344140b8df53b8b7024618bb04594607a045c03a
iuc
parents:
11
diff
changeset
|
30 Because of the sheer number of annotations that are stored in gemini, there are admittedly too many columns to remember by rote. |
| 0 | 31 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. |
| 32 | |
| 33 @CITATION@ | |
| 34 </help> | |
| 35 <expand macro="citations"/> | |
| 36 </tool> |
