diff tool_data_table_conf.xml.sample @ 0:6e985e2e0802 draft

planemo upload for repository https://github.com/SANBI-SA/tools-sanbi-uwc/tree/master/tools/gatk2 commit f53888603dbab77d16c36cceffe0f2060052d204
author sanbi-uwc
date Wed, 25 Jan 2017 08:00:49 -0500
parents
children 3f355d234d6f
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_data_table_conf.xml.sample	Wed Jan 25 08:00:49 2017 -0500
@@ -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_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>