Mercurial > repos > devteam > ncbi_blast_plus
diff 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 |
line wrap: on
line diff
--- a/tool-data/tool_data_table_conf.xml.sample Wed Mar 09 06:13:17 2016 -0500 +++ b/tool-data/tool_data_table_conf.xml.sample Mon Nov 07 11:29:43 2016 -0500 @@ -1,13 +1,13 @@ <tables> - <table name="blastdb" comment_char="#"> + <table name="blastdb" comment_char="#" allow_duplicate_entries="False"> <columns>value, name, path</columns> <file path="tool-data/blastdb.loc" /> </table> - <table name="blastdb_p" comment_char="#"> + <table name="blastdb_p" comment_char="#" allow_duplicate_entries="False"> <columns>value, name, path</columns> <file path="tool-data/blastdb_p.loc" /> </table> - <table name="blastdb_d" comment_char="#"> + <table name="blastdb_d" comment_char="#" allow_duplicate_entries="False"> <columns>value, name, path</columns> <file path="tool-data/blastdb_d.loc" /> </table>
