changeset 7:c4416c3af217 draft

Uploaded
author fcaramia
date Mon, 03 Dec 2012 18:27:31 -0500
parents 4f09ae8138d1
children 4c5c3994bfcb
files tool_data_table_conf.xml.sample
diffstat 1 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_data_table_conf.xml.sample	Mon Dec 03 18:27:31 2012 -0500
@@ -0,0 +1,10 @@
+<!-- Locations of indexes in the bisulphite conversion -->
+<table name="bismark_indexes" comment_char="#">
+	<columns>value, dbkey, name, path</columns>
+	<file path="tool-data/bismark_indices.loc" />
+</table>
+<!-- Locations of bed files for bisulphite analysis -->
+<table name="bismark_bed_files" comment_char="#">
+	<columns>value, name, path</columns>
+	<file path="tool-data/bismark_bed_files.loc" />
+</table>