comparison tool-data/tool_data_table_conf.xml.sample @ 20:3034ce97dd33 draft

Uploaded v0.1.08, can search multiple local databases, fixes a pipe problem in blastdbcmd, and minor internal changes.
author peterjc
date Mon, 07 Nov 2016 11:31:37 -0500
parents c16c30e9ad5b
children b6893f57f8d8
comparison
equal deleted inserted replaced
19:7f3c448e119b 20:3034ce97dd33
1 <tables> 1 <tables>
2 <table name="blastdb" comment_char="#"> 2 <table name="blastdb" comment_char="#" allow_duplicate_entries="False">
3 <columns>value, name, path</columns> 3 <columns>value, name, path</columns>
4 <file path="tool-data/blastdb.loc" /> 4 <file path="tool-data/blastdb.loc" />
5 </table> 5 </table>
6 <table name="blastdb_p" comment_char="#"> 6 <table name="blastdb_p" comment_char="#" allow_duplicate_entries="False">
7 <columns>value, name, path</columns> 7 <columns>value, name, path</columns>
8 <file path="tool-data/blastdb_p.loc" /> 8 <file path="tool-data/blastdb_p.loc" />
9 </table> 9 </table>
10 <table name="blastdb_d" comment_char="#"> 10 <table name="blastdb_d" comment_char="#" allow_duplicate_entries="False">
11 <columns>value, name, path</columns> 11 <columns>value, name, path</columns>
12 <file path="tool-data/blastdb_d.loc" /> 12 <file path="tool-data/blastdb_d.loc" />
13 </table> 13 </table>
14 </tables> 14 </tables>