Mercurial > repos > dchristiany > data_manager_proteore
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_data_table_conf.xml.sample Thu Jan 24 10:48:53 2019 -0500 @@ -0,0 +1,23 @@ +<?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>