diff tool_data_table_conf.xml.test @ 6:3bd006fa2be2 draft

Renamed sample and test files, finally it is working
author sh477
date Mon, 28 Feb 2022 14:42:50 +0000
parents
children 7890790d2afd
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_data_table_conf.xml.test	Mon Feb 28 14:42:50 2022 +0000
@@ -0,0 +1,12 @@
+<tables>
+    <!-- Table of installed versioned vep cache data -->
+    <table name="vep_versioned_caches" comment_char="#">
+        <columns>value, dbkey, version, cachetype, name, path</columns>
+        <file path="${__HERE__}/test-data/vep_versioned_caches.loc" />
+    </table>
+    <!-- Locations of dbkeys and len files under genome directory -->
+    <table name="__dbkeys__" comment_char="#">
+        <columns>value, name, len_path</columns>
+        <file path="${__HERE__}/test-data/dbkeys.loc" />
+    </table>
+</tables>
\ No newline at end of file