diff tool_data_table_conf.xml.test @ 1:5037f1f7423c draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chewbbaca commit 90d84ed39bfd0d34e10cec9f417953042404648a-dirty"
author dfornika
date Mon, 01 Jun 2020 23:37:20 +0000
parents
children 99cdfc72f05d
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_data_table_conf.xml.test	Mon Jun 01 23:37:20 2020 +0000
@@ -0,0 +1,13 @@
+<?xml version="1.0"?>
+<tables>
+    <!-- Locations of prodigal training files in the required format -->
+    <table name="prodigal_training_files" comment_char="#">
+        <columns>value, name, path</columns>
+        <file path="${__HERE__}/test-data/prodigal_training_files.loc" />
+    </table>
+    <!-- Locations of chewbbaca schemas in the required format -->
+    <table name="chewbbaca_schemas" comment_char="#">
+        <columns>value, name, path</columns>
+        <file path="${__HERE__}/test-data/chewbbaca_schemas.loc" />
+    </table>
+</tables>