diff gemini_macros.xml @ 4:ca4449689d61 draft

Uploaded
author iuc
date Mon, 25 Aug 2014 03:19:30 -0400
parents e6512af21622
children 6ab82d8ca805
line wrap: on
line diff
--- a/gemini_macros.xml	Sun Aug 24 17:50:00 2014 -0400
+++ b/gemini_macros.xml	Mon Aug 25 03:19:30 2014 -0400
@@ -23,6 +23,18 @@
         </stdio>
     </xml>
 
+    <xml name="annotation_dir">
+        <param name="annotation_databases" type="select" label="Choose a gemini annotation database">
+            <options from_file="gemini_databases.loc">
+              <column name="value" index="0"/>
+              <column name="dbkey" index="1"/>
+              <column name="name" index="2"/>
+              <column name="path" index="3"/>
+            </options>
+            <validator type="unspecified_build" />
+        </param>
+    </xml>
+
     <xml name="add_header_column">
         <param name="header" type="boolean" truevalue="--header" falsevalue="" checked="False" 
             label="Add a header of column names to the output" help="(--header)"/>