comparison gemini_macros.xml @ 4:ca4449689d61 draft

Uploaded
author iuc
date Mon, 25 Aug 2014 03:19:30 -0400
parents e6512af21622
children 6ab82d8ca805
comparison
equal deleted inserted replaced
3:2ebcf5c69c5e 4:ca4449689d61
19 <exit_code range="1:" /> 19 <exit_code range="1:" />
20 <exit_code range=":-1" /> 20 <exit_code range=":-1" />
21 <regex match="Error:" /> 21 <regex match="Error:" />
22 <regex match="Exception:" /> 22 <regex match="Exception:" />
23 </stdio> 23 </stdio>
24 </xml>
25
26 <xml name="annotation_dir">
27 <param name="annotation_databases" type="select" label="Choose a gemini annotation database">
28 <options from_file="gemini_databases.loc">
29 <column name="value" index="0"/>
30 <column name="dbkey" index="1"/>
31 <column name="name" index="2"/>
32 <column name="path" index="3"/>
33 </options>
34 <validator type="unspecified_build" />
35 </param>
24 </xml> 36 </xml>
25 37
26 <xml name="add_header_column"> 38 <xml name="add_header_column">
27 <param name="header" type="boolean" truevalue="--header" falsevalue="" checked="False" 39 <param name="header" type="boolean" truevalue="--header" falsevalue="" checked="False"
28 label="Add a header of column names to the output" help="(--header)"/> 40 label="Add a header of column names to the output" help="(--header)"/>