Mercurial > repos > proteore > proteore_id_converter
comparison tool_data_table_conf.xml.sample @ 17:1e45ea50f145 draft
planemo upload commit 640429adac783e2354f5caf12d7b6b81b8ddf54f-dirty
author | proteore |
---|---|
date | Thu, 07 Mar 2019 07:49:18 -0500 |
parents | b6607b7e683f |
children | 5252bbcfbdd7 |
comparison
equal
deleted
inserted
replaced
16:b6607b7e683f | 17:1e45ea50f145 |
---|---|
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> |