Include all three BLAST .loc files in data table conf

This commit is contained in:
peterjc
2016-11-04 17:00:13 +00:00
parent 2956f94aa0
commit 2e36fdb0bd
+15
View File
@@ -10,6 +10,21 @@
<columns>value, dbkey, formats, name, path</columns>
<file path="tool-data/bfast_indexes.loc" />
</table>
<!-- Locations of nucleotide BLAST databases -->
<table name="blastdb" comment_char="#" allow_duplicate_entries="False">
<columns>value, name, path</columns>
<file path="tool-data/blastdb.loc" />
</table>
<!-- Locations of protein BLAST databases -->
<table name="blastdb_p" comment_char="#" allow_duplicate_entries="False">
<columns>value, name, path</columns>
<file path="tool-data/blastdb_p.loc" />
</table>
<!-- Locations of protein domain BLAST databases -->
<table name="blastdb_d" comment_char="#" allow_duplicate_entries="False">
<columns>value, name, path</columns>
<file path="tool-data/blastdb_d.loc" />
</table>
<!-- Locations of indexes in the BWA mapper format -->
<table name="bwa_indexes" comment_char="#" allow_duplicate_entries="False">
<columns>value, dbkey, name, path</columns>