Mercurial > repos > abaizan > kodoja
diff tool_data_table_conf.xml.test @ 0:18fe33eb7775 draft
Uploaded kodoja_search.py v0.0.3 wrapper.
https://github.com/abaizan/kodoja_galaxy/commit/55004d41a9c0750b2543f394594ee58cc4426609
author | peterjc |
---|---|
date | Wed, 14 Mar 2018 12:46:57 -0400 |
parents | |
children | d4111d1de76f |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_data_table_conf.xml.test Wed Mar 14 12:46:57 2018 -0400 @@ -0,0 +1,15 @@ +<?xml version="1.0"?> +<tables> + <!-- Locations of Kraken databases --> + <!-- This is intended to match the devteam/kraken suite --> + <table name="kraken_databases" comment_char="#"> + <columns>value, name, path</columns> + <file path="${__HERE__}/test-data/kraken_databases.loc" /> + </table> + <!-- Locations of Kaiju databses --> + <!-- This is intended to match any kaiju-only wrapper --> + <table name="kaiju_databases" comment_char="#"> + <columns>value, name, path</columns> + <file path="${__HERE__}/test-data/kaiju_databases.loc" /> + </table> +</tables>