Mercurial > repos > dchristiany > data_manager_proteore
comparison tool_data_table_conf.xml.sample @ 25:0405d636d8e1 draft
planemo upload commit e694c4b0df30a4286ba09721696e8ec3af25fd97-dirty
author | dchristiany |
---|---|
date | Thu, 24 Jan 2019 10:48:53 -0500 |
parents | |
children | 80fc0b28e227 |
comparison
equal
deleted
inserted
replaced
24:9c96665d8089 | 25:0405d636d8e1 |
---|---|
1 <?xml version="1.0"?> | |
2 <tables> | |
3 <table name='proteore_peptide_atlas' comment_char="#"> | |
4 <columns>id, name, tissue, value</columns> | |
5 <file path="tool-data/proteore_peptide_atlas.loc"/> | |
6 </table> | |
7 <table name="proteore_protein_atlas" comment_char="#"> | |
8 <columns>id, name, value, path</columns> | |
9 <file path="tool-data/proteore_protein_atlas.loc" /> | |
10 </table> | |
11 <table name="proteore_id_mapping" comment_char="#"> | |
12 <columns>id, name, value, path</columns> | |
13 <file path="tool-data/proteore_id_mapping.loc" /> | |
14 </table> | |
15 <table name="proteore_biogrid_dictionaries" comment_char="#"> | |
16 <columns>id, name, value, path</columns> | |
17 <file path="tool-data/proteore_biogrid_dictionaries.loc" /> | |
18 </table> | |
19 <table name="proteore_bioplex_dictionaries" comment_char="#"> | |
20 <columns>id, name, value, path</columns> | |
21 <file path="tool-data/proteore_bioplex_dictionaries.loc" /> | |
22 </table> | |
23 </tables> |