changeset 16:bbf1cacc24f1 draft

Uploaded
author david-hoover
date Wed, 12 Sep 2012 18:01:19 -0400
parents 21a002327de5
children 49029ee7da4a
files tool_data_table_conf.xml.sample
diffstat 1 files changed, 12 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	Wed Sep 12 18:01:19 2012 -0400
@@ -0,0 +1,12 @@
+<tables>
+    <!-- Location of Picard dict files valid for GATK -->
+    <table name="gatk2_picard_indexes" comment_char="#">
+        <columns>value, dbkey, name, path</columns>
+        <file path="tool-data/gatk2_sorted_picard_index.loc" />
+    </table>
+    <!-- Available of GATK references -->
+    <table name="gatk2_annotations" comment_char="#">
+        <columns>value, name, gatk_value, tools_valid_for</columns>
+        <file path="tool-data/gatk2_annotations.txt" />
+    </table>
+</tables>