annotate tool_data_table_conf.xml.sample @ 1:39772beb6ef0 draft default tip

Uploaded
author rnateam
date Tue, 10 Feb 2015 13:37:01 -0500
parents 07578a72b9b2
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
07578a72b9b2 Uploaded
rnateam
parents:
diff changeset
1 <tables>
07578a72b9b2 Uploaded
rnateam
parents:
diff changeset
2 <!-- Locations of all fasta files under genome directory -->
07578a72b9b2 Uploaded
rnateam
parents:
diff changeset
3 <table name="all_fasta" comment_char="#">
07578a72b9b2 Uploaded
rnateam
parents:
diff changeset
4 <columns>value, dbkey, name, path</columns>
07578a72b9b2 Uploaded
rnateam
parents:
diff changeset
5 <file path="tool-data/all_fasta.loc" />
07578a72b9b2 Uploaded
rnateam
parents:
diff changeset
6 </table>
07578a72b9b2 Uploaded
rnateam
parents:
diff changeset
7 <!-- Locations of indexes in the Bowtie mapper format -->
07578a72b9b2 Uploaded
rnateam
parents:
diff changeset
8 <table name="bowtie_indexes" comment_char="#">
07578a72b9b2 Uploaded
rnateam
parents:
diff changeset
9 <columns>value, dbkey, name, path</columns>
07578a72b9b2 Uploaded
rnateam
parents:
diff changeset
10 <file path="tool-data/bowtie_indices.loc" />
07578a72b9b2 Uploaded
rnateam
parents:
diff changeset
11 </table>
07578a72b9b2 Uploaded
rnateam
parents:
diff changeset
12 <!-- Locations of indexes in the Bowtie color-space mapper format -->
07578a72b9b2 Uploaded
rnateam
parents:
diff changeset
13 <table name="bowtie_indexes_color" comment_char="#">
07578a72b9b2 Uploaded
rnateam
parents:
diff changeset
14 <columns>value, dbkey, name, path</columns>
07578a72b9b2 Uploaded
rnateam
parents:
diff changeset
15 <file path="tool-data/bowtie_indices_color.loc" />
07578a72b9b2 Uploaded
rnateam
parents:
diff changeset
16 </table>
07578a72b9b2 Uploaded
rnateam
parents:
diff changeset
17 </tables>