Mercurial > repos > iuc > ncbi_fcs_gx
diff tool_data_table_conf.xml.test @ 2:fe794e801b1c draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ncbi_fcs_gx commit 25c9d8d297d0e10f92e373f6a959274dedc10433
| author | iuc |
|---|---|
| date | Wed, 09 Oct 2024 08:52:57 +0000 |
| parents | 514b46297a38 |
| children |
line wrap: on
line diff
--- a/tool_data_table_conf.xml.test Fri Aug 23 20:54:55 2024 +0000 +++ b/tool_data_table_conf.xml.test Wed Oct 09 08:52:57 2024 +0000 @@ -1,13 +1,8 @@ <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" /> + <!-- Locations of NCBI FCS GX databases --> + <table name="ncbi_fcs_gx_databases_ext" comment_char="#"> + <columns>value, name, source_manifest, use_source_manifest, phone_home, phone_home_label, local_manifest</columns> + <file path="${__HERE__}/test-data/ncbi_fcs_gx_databases_ext.loc" /> </table> <!-- NCBI FCS GX divisions --> <table name="ncbi_fcs_gx_divisions" comment_char="#">
