diff tool_data_table_conf.xml.test @ 0:3cdb96f2855d draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ncbi_fcs_gx commit 4a6561ed00e004260be3f3c29d81e814c60e20af
author iuc
date Fri, 12 Jan 2024 22:11:39 +0000
parents
children ed1ef564da41
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_data_table_conf.xml.test	Fri Jan 12 22:11:39 2024 +0000
@@ -0,0 +1,17 @@
+<tables>
+    <!-- Location of NCBI FCS GX tool config -->
+    <table name="ncbi_fcs_gx_config" comment_char="#">
+        <columns>value, name, use_source_manifest, phone_home, phone_home_label, node_cache_dir</columns>
+        <file path="${__HERE__}/test-data/ncbi_fcs_gx_config.tsv" />
+    </table>
+    <!-- Location of NCBI FCS GX databases -->
+    <table name="ncbi_fcs_gx_databases" comment_char="#">
+        <columns>value, source_manifest, name</columns>
+        <file path="${__HERE__}/test-data/ncbi_fcs_gx_databases.loc" />
+    </table>
+    <!-- NCBI FCS GX divisions -->
+    <table name="ncbi_fcs_gx_divisions" comment_char="#">
+        <columns>value, tag, name</columns>
+        <file path="${__HERE__}/test-data/ncbi_fcs_gx_divisions.tsv" />
+    </table>
+</tables>