diff data_manager_conf.xml @ 0:a3aa3f9e1702 draft default tip

Uploaded
author trinity_ctat
date Mon, 16 Jul 2018 20:42:55 -0400
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/data_manager_conf.xml	Mon Jul 16 20:42:55 2018 -0400
@@ -0,0 +1,20 @@
+<?xml version="1.0"?>
+<data_managers>
+    <data_manager tool_file="data_manager/add_ctat_lncrna_annotations.xml" id="ctat_lncrna_annotations_data_manager"> 
+        <data_table name="ctat_lncrna_annotations">
+            <output>
+                <column name="value" />
+                    <!-- value is used to uniquely identify this entry in the table.
+                    -->
+                <column name="name" />
+                    <!-- name is used as the selector in the pull down lists for items in this table.
+                    -->
+                <column name="path" />
+                    <!-- path is the absolute path of the directory containing the lncrna annotations files.
+                    -->
+                <!-- Same as the Genome Reference Library, we create the lncrna annotations files where we want them.
+                -->
+            </output>
+        </data_table>
+    </data_manager>
+</data_managers>