changeset 2:4c53eb1040f5

add missing tool_data_table_conf.xml.sample
author Daniel Blankenberg <dan@bx.psu.edu>
date Fri, 31 May 2013 15:05:47 -0400
parents 2c5dc42b31b6
children 25f3d405aa01
files tool_data_table_conf.xml.sample
diffstat 1 files changed, 7 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	Fri May 31 15:05:47 2013 -0400
@@ -0,0 +1,7 @@
+<tables>
+    <!-- Location of SAMTools indexes and other files -->
+    <table name="sam_fa_indexes" comment_char="#">
+        <columns>line_type, value, path</columns>
+        <file path="tool-data/sam_fa_indices.loc" />
+    </table>
+</tables>