Mercurial > repos > dchristiany > data_manager_proteore
view tool_data_table_conf.xml.sample @ 39:ec6252ad1a8e draft
planemo upload commit 43e2a01d7519104c2c16510e4dbdc023e65c49c7-dirty
author | dchristiany |
---|---|
date | Tue, 29 Jan 2019 10:25:49 -0500 |
parents | 0405d636d8e1 |
children | 80fc0b28e227 |
line wrap: on
line source
<?xml version="1.0"?> <tables> <table name='proteore_peptide_atlas' comment_char="#"> <columns>id, name, tissue, value</columns> <file path="tool-data/proteore_peptide_atlas.loc"/> </table> <table name="proteore_protein_atlas" comment_char="#"> <columns>id, name, value, path</columns> <file path="tool-data/proteore_protein_atlas.loc" /> </table> <table name="proteore_id_mapping" comment_char="#"> <columns>id, name, value, path</columns> <file path="tool-data/proteore_id_mapping.loc" /> </table> <table name="proteore_biogrid_dictionaries" comment_char="#"> <columns>id, name, value, path</columns> <file path="tool-data/proteore_biogrid_dictionaries.loc" /> </table> <table name="proteore_bioplex_dictionaries" comment_char="#"> <columns>id, name, value, path</columns> <file path="tool-data/proteore_bioplex_dictionaries.loc" /> </table> </tables>