mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-19 10:51:34 +08:00
Include all three BLAST .loc files in data table conf
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user