changeset 9:1555fa94ce6b draft

Uploaded
author glogobyte
date Fri, 16 Oct 2020 19:05:32 +0000
parents af1b2c32446b
children f229307a77a7
files tool_data_table_conf.xml.sample
diffstat 1 files changed, 14 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 Oct 16 19:05:32 2020 +0000
@@ -0,0 +1,14 @@
+<!-- Use the file tool_data_table_conf.xml.oldlocstyle if you don't want to update your loc files as changed in revision 4550:535d276c92bc-->
+<tables>
+    <!-- Locations of 2bit sequence files for use in Lastz -->
+    <table name="n_spiecies" comment_char="#">
+        <columns>value, name, path</columns>
+        <file path="tool-data/n_spiecies.loc" />
+    </table>
+    <!-- Locations of 2bit sequence files for use in Lastz -->
+    <table name="mirgene" comment_char="#">
+        <columns>value, name</columns>
+        <file path="tool-data/mirgene.loc" />
+    </table>
+</tables>
+