annotate tool_data_table_conf.xml.test @ 6:3bd006fa2be2 draft

Renamed sample and test files, finally it is working
author sh477
date Mon, 28 Feb 2022 14:42:50 +0000
parents
children 7890790d2afd
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6
3bd006fa2be2 Renamed sample and test files, finally it is working
sh477
parents:
diff changeset
1 <tables>
3bd006fa2be2 Renamed sample and test files, finally it is working
sh477
parents:
diff changeset
2 <!-- Table of installed versioned vep cache data -->
3bd006fa2be2 Renamed sample and test files, finally it is working
sh477
parents:
diff changeset
3 <table name="vep_versioned_caches" comment_char="#">
3bd006fa2be2 Renamed sample and test files, finally it is working
sh477
parents:
diff changeset
4 <columns>value, dbkey, version, cachetype, name, path</columns>
3bd006fa2be2 Renamed sample and test files, finally it is working
sh477
parents:
diff changeset
5 <file path="${__HERE__}/test-data/vep_versioned_caches.loc" />
3bd006fa2be2 Renamed sample and test files, finally it is working
sh477
parents:
diff changeset
6 </table>
3bd006fa2be2 Renamed sample and test files, finally it is working
sh477
parents:
diff changeset
7 <!-- Locations of dbkeys and len files under genome directory -->
3bd006fa2be2 Renamed sample and test files, finally it is working
sh477
parents:
diff changeset
8 <table name="__dbkeys__" comment_char="#">
3bd006fa2be2 Renamed sample and test files, finally it is working
sh477
parents:
diff changeset
9 <columns>value, name, len_path</columns>
3bd006fa2be2 Renamed sample and test files, finally it is working
sh477
parents:
diff changeset
10 <file path="${__HERE__}/test-data/dbkeys.loc" />
3bd006fa2be2 Renamed sample and test files, finally it is working
sh477
parents:
diff changeset
11 </table>
3bd006fa2be2 Renamed sample and test files, finally it is working
sh477
parents:
diff changeset
12 </tables>