annotate gemini_db_info.xml @ 0:720cbfb4190d draft

Imported from capsule None
author iuc
date Mon, 25 Aug 2014 17:15:54 -0400
parents
children 93bb0cfacefb
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
1 <tool id="gemini_@BINARY@" name="GEMINI @BINARY@" version="@VERSION@.0">
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
2 <description>List the gemini database tables and columns</description>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
3 <expand macro="requirements" />
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
4 <expand macro="version_command" />
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
5 <macros>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
6 <import>gemini_macros.xml</import>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
7 <token name="@BINARY@">db_info</token>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
8 </macros>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
9 <command>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
10 <![CDATA[
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
11 gemini @BINARY@
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
12 "${ infile }" | tr -s ' ' '\t'
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
13 > "${ outfile }"
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
14 ]]>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
15 </command>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
16 <expand macro="stdio" />
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
17 <inputs>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
18 <param name="infile" type="data" format="sqlite" label="GEMINI database" />
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
19 </inputs>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
20 <outputs>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
21 <data name="outfile" format="tabular" label="${tool.name} on ${on_string}" />
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
22 </outputs>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
23 <tests>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
24 <test>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
25 </test>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
26 </tests>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
27 <help>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
28 **What it does**
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
29
720cbfb4190d Imported from capsule None
iuc
parents:
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.
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
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.
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
32
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
33 @CITATION@
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
34 </help>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
35 <expand macro="citations"/>
720cbfb4190d Imported from capsule None
iuc
parents:
diff changeset
36 </tool>