changeset 3:19628086a9bc draft

Uploaded
author glogobyte
date Wed, 13 Oct 2021 16:23:43 +0000
parents 97d83ccbba75
children fbb1f770ab77
files tool_data_table_conf.xml.sample
diffstat 1 files changed, 11 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 Oct 13 16:23:43 2021 +0000
@@ -0,0 +1,11 @@
+<!-- Paths are relative to the value of `tool_data_path` in galaxy.ini -->
+<tables>
+    <table name="mirbase" comment_char="#">
+        <columns>value, name, dbkey, path</columns>
+        <file path="tool-data/mirbase.loc" />
+    </table>
+    <table name="mirgene" comment_char="#">
+        <columns>value, name</columns>
+        <file path="tool-data/mirgene.loc" />
+    </table>
+</tables>