annotate tool_data_table_conf.xml.sample @ 0:d38f317fa9d4 draft default tip

Uploaded
author dave
date Fri, 10 Jul 2020 16:05:40 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
d38f317fa9d4 Uploaded
dave
parents:
diff changeset
1 <!-- Paths are relative to the value of `tool_data_path` in galaxy.ini -->
d38f317fa9d4 Uploaded
dave
parents:
diff changeset
2 <tables>
d38f317fa9d4 Uploaded
dave
parents:
diff changeset
3 <!-- Locations of MAF files that have been indexed with bx-python -->
d38f317fa9d4 Uploaded
dave
parents:
diff changeset
4 <table name="maf_indexes">
d38f317fa9d4 Uploaded
dave
parents:
diff changeset
5 <columns>name, value, indexed_for, exists_in_maf, path</columns>
d38f317fa9d4 Uploaded
dave
parents:
diff changeset
6 <file path="maf_indexes.loc" />
d38f317fa9d4 Uploaded
dave
parents:
diff changeset
7 </table>
d38f317fa9d4 Uploaded
dave
parents:
diff changeset
8 </tables>