diff pyCRAC/tool_data_table_conf.xml.sample @ 0:19b20927172d draft

Uploaded
author swebb
date Tue, 18 Jun 2013 09:11:00 -0400
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/pyCRAC/tool_data_table_conf.xml.sample	Tue Jun 18 09:11:00 2013 -0400
@@ -0,0 +1,23 @@
+<!-- Use the file tool_data_table_conf.xml.oldlocstyle if you don't want to update your loc files as changed in revision 4550:535d276c92bc-->
+<tables>
+    <!-- Locations of default fasta files for pycrac -->
+    <table name="pycrac_fasta">
+        <columns>name, value</columns>
+        <file path="tool-data/pyCRAC/pycrac.fasta.loc" />
+    </table>
+    <!-- Locations of default gtf files for pycrac -->
+    <table name="pycrac_gtf">
+        <columns>name, value</columns>
+        <file path="tool-data/pyCRAC/pycrac.gtf.loc" />
+    </table>
+    <!-- Locations of default tab files for pycrac -->
+    <table name="pycrac_tab">
+        <columns>name, value</columns>
+        <file path="tool-data/pyCRAC/pycrac.tab.loc" />
+    </table>
+    <!-- Locations of default chrom length files for pycrac -->
+    <table name="pycrac_chr">
+        <columns>name, value</columns>
+        <file path="tool-data/pyCRAC/pycrac.chr.loc" />
+    </table>
+</tables>