comparison tool-data/tool_data_table_conf.xml.sample @ 12:d8f2c1f560ec 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:29:43 -0500
parents 432ea9614cc9
children 491dc0cd6a0d
comparison
equal deleted inserted replaced
11:4c47abb4c993 12:d8f2c1f560ec
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>