annotate tool_data_table_conf.xml.sample @ 10:33aafd74bb31

Fix bugs: (a) use value rather than dbkey to get bowtie indices and (b) point to correct bowtie table.
author devteam@galaxyproject.org
date Thu, 27 Feb 2014 14:58:22 -0500
parents 70f710e91120
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
70f710e91120 Initial upload
devteam@galaxyproject.org
parents:
diff changeset
1 <tables>
10
33aafd74bb31 Fix bugs: (a) use value rather than dbkey to get bowtie indices and (b) point to correct bowtie table.
devteam@galaxyproject.org
parents: 0
diff changeset
2 <table name="bowtie_indexes" comment_char="#">
0
70f710e91120 Initial upload
devteam@galaxyproject.org
parents:
diff changeset
3 <columns>value, dbkey, name, path</columns>
10
33aafd74bb31 Fix bugs: (a) use value rather than dbkey to get bowtie indices and (b) point to correct bowtie table.
devteam@galaxyproject.org
parents: 0
diff changeset
4 <file path="tool-data/bowtie_indices.loc" />
0
70f710e91120 Initial upload
devteam@galaxyproject.org
parents:
diff changeset
5 </table>
70f710e91120 Initial upload
devteam@galaxyproject.org
parents:
diff changeset
6 <table name="tophat_fusion_blastdb_indexes" comment_char="#">
70f710e91120 Initial upload
devteam@galaxyproject.org
parents:
diff changeset
7 <columns>value, dbkey, name, path</columns>
70f710e91120 Initial upload
devteam@galaxyproject.org
parents:
diff changeset
8 <file path="tool-data/tophat_fusion_blastdb.loc" />
70f710e91120 Initial upload
devteam@galaxyproject.org
parents:
diff changeset
9 </table>
70f710e91120 Initial upload
devteam@galaxyproject.org
parents:
diff changeset
10 </tables>