comparison tool_data_table_conf.xml.sample @ 18:808eb70bd78d draft

planemo upload commit c4bd2548d69d84665adbcfae08c96cbd6aba61a1-dirty
author proteore
date Wed, 06 Mar 2019 10:19:30 -0500
parents dce5d78877d5
children ba7e820efc95
comparison
equal deleted inserted replaced
17:4550bb47e171 18:808eb70bd78d
1 <tables> 1 <tables>
2 <!-- Location of ID Mapping files for id_converter--> 2 <!-- Location of ID Mapping files for id_converter-->
3 <table name="proteore_id_mapping" comment_char="#"> 3 <table name="proteore_id_mapping_Human" comment_char="#">
4 <columns>id, name, value, path</columns> 4 <columns>id, name, species, value</columns>
5 <file path="tool-data/proteore_id_mapping.loc" /> 5 <file path="tool-data/proteore_id_mapping_Human.loc" />
6 </table>
7 <table name="proteore_id_mapping_Mouse" comment_char="#">
8 <columns>id, name, species, value</columns>
9 <file path="tool-data/proteore_id_mapping_Mouse.loc" />
10 </table>
11 <table name="proteore_id_mapping_Rat" comment_char="#">
12 <columns>id, name, species, value</columns>
13 <file path="tool-data/proteore_id_mapping_Rat.loc" />
6 </table> 14 </table>
7 </tables> 15 </tables>