Repository 'gatktools'
hg clone https://toolshed.g2.bx.psu.edu/repos/lz_hust/gatktools

Changeset 13:e4b6c7a08f06 (2019-06-01)
Previous changeset 12:7b2f77e2b0a4 (2019-06-01) Next changeset 14:68426930d59c (2019-06-01)
Commit message:
Uploaded
added:
tool_data_table_conf.xml.sample
b
diff -r 7b2f77e2b0a4 -r e4b6c7a08f06 tool_data_table_conf.xml.sample
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_data_table_conf.xml.sample Sat Jun 01 07:12:31 2019 -0400
b
@@ -0,0 +1,12 @@
+<tables>
+    <!-- Location of Picard dict files valid for GATK -->
+    <table name="gatk2_picard_indexes" comment_char="#" allow_duplicate_entries="False">
+        <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="#" allow_duplicate_entries="False">
+        <columns>value, name, gatk_value, tools_valid_for</columns>
+        <file path="tool-data/gatk2_annotations.txt" />
+    </table>
+</tables>