root/galaxy-central/tool_data_table_conf.xml.sample

リビジョン 2, 0.9 KB (コミッタ: hatakeyama, 14 年 前)

import galaxy-central

行番号 
1<tables>
2    <!-- Locations of MAF files that have been indexed with bx-python -->   
3    <table name="indexed_maf_files">
4        <columns>name, value, dbkey, species</columns>
5        <file path="tool-data/maf_index.loc" />
6    </table>
7    <!-- Locations of indexes in the BWA mapper format -->
8    <table name="bwa_indexes">
9        <columns>name, value</columns>
10        <file path="tool-data/bwa_index.loc" />
11    </table>
12    <!-- Locations of indexes in the Bowtie mapper format -->
13    <table name="bowtie_indexes">
14        <columns>name, value</columns>
15        <file path="tool-data/bowtie_indices.loc" />
16    </table>
17    <!-- Locations of indexes in the BFAST mapper format -->
18    <table name="bfast_indexes" comment_char="#">
19        <columns>value, dbkey, formats, name, path</columns>
20        <file path="tool-data/bfast_indexes.loc" />
21    </table>
22</tables>
Note: リポジトリブラウザについてのヘルプは TracBrowser を参照してください。