comparison tool_data_table_conf.xml.sample @ 1:edf39ed96bc3 draft default tip

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_fetch_index_maf commit f8a19615cd097290a1239d4bb6b8eb52c9d73b03-dirty"
author dave
date Wed, 15 Jul 2020 15:50:54 -0400
parents de73b258a601
children
comparison
equal deleted inserted replaced
0:de73b258a601 1:edf39ed96bc3
1 <!-- Paths are relative to the value of `tool_data_path` in galaxy.ini --> 1 <!-- Paths are relative to the value of `tool_data_path` in galaxy.ini -->
2 <tables> 2 <tables>
3 <!-- Locations of MAF files that have been indexed with bx-python --> 3 <!-- Locations of MAF files that have been indexed with bx-python -->
4 <table name="indexed_maf_files"> 4 <table name="maf_indexes">
5 <columns>name, value, indexed_for, exists_in_maf, path</columns> 5 <columns>name, value, indexed_for, exists_in_maf, path</columns>
6 <file path="maf_index.loc" /> 6 <file path="maf_indexes.loc" />
7 </table> 7 </table>
8 </tables> 8 </tables>