mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-21 22:06:53 +08:00
23 lines
878 B
Plaintext
23 lines
878 B
Plaintext
<tables>
|
|
<!-- Locations of MAF files that have been indexed with bx-python -->
|
|
<table name="indexed_maf_files">
|
|
<columns>name, value, dbkey, species</columns>
|
|
<file path="tool-data/maf_index.loc" />
|
|
</table>
|
|
<!-- Locations of indexes in the BWA mapper format -->
|
|
<table name="bwa_indexes">
|
|
<columns>name, value</columns>
|
|
<file path="tool-data/bwa_index.loc" />
|
|
</table>
|
|
<!-- Locations of indexes in the Bowtie mapper format -->
|
|
<table name="bowtie_indexes">
|
|
<columns>name, value</columns>
|
|
<file path="tool-data/bowtie_indices.loc" />
|
|
</table>
|
|
<!-- Locations of indexes in the BFAST mapper format -->
|
|
<table name="bfast_indexes" comment_char="#">
|
|
<columns>value, dbkey, formats, name, path</columns>
|
|
<file path="tool-data/bfast_indexes.loc" />
|
|
</table>
|
|
</tables>
|