Mercurial > repos > abaizan > kodoja
comparison tool_data_table_conf.xml.sample @ 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 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:18fe33eb7775 |
---|---|
1 <?xml version="1.0"?> | |
2 <tables> | |
3 <!-- Locations of Kraken databases --> | |
4 <!-- This is intended to match the devteam/kraken suite --> | |
5 <table name="kraken_databases" comment_char="#"> | |
6 <columns>value, name, path</columns> | |
7 <file path="tool-data/kraken_databases.loc" /> | |
8 </table> | |
9 <!-- Locations of Kaiju databses --> | |
10 <!-- This is intended to match any kaiju-only wrapper --> | |
11 <table name="kaiju_databases" comment_char="#"> | |
12 <columns>value, name, path</columns> | |
13 <file path="tool-data/kaiju_databases.loc" /> | |
14 </table> | |
15 </tables> |