annotate tool_data_table_conf.xml.test @ 7:7890790d2afd draft

Fully working now and improved several things
author sh477
date Tue, 01 Mar 2022 18:12:26 +0000
parents 3bd006fa2be2
children
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 -->
7
7890790d2afd Fully working now and improved several things
sh477
parents: 6
diff changeset
3 <table name="vep_versioned_annotation_cache" comment_char="#">
7890790d2afd Fully working now and improved several things
sh477
parents: 6
diff changeset
4 <columns>value, dbkey, version, cachetype, name, species, path</columns>
7890790d2afd Fully working now and improved several things
sh477
parents: 6
diff changeset
5 <file path="${__HERE__}/test-data/vep_versioned_annotation_cache.loc" />
6
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>