Mercurial > repos > proteore > proteore_data_manager
diff tool_data_table_conf.xml.sample @ 0:0a26460d7366 draft
planemo upload commit dbc027f59706f5b7d3f9f9319f2652baa50e2df5-dirty
| author | proteore |
|---|---|
| date | Mon, 04 Mar 2019 05:03:04 -0500 |
| parents | |
| children | 0915249b8c4b |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_data_table_conf.xml.sample Mon Mar 04 05:03:04 2019 -0500 @@ -0,0 +1,27 @@ +<?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, tissue, value</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, species, value</columns> + <file path="tool-data/proteore_biogrid_dictionaries.loc" /> + </table> + <table name="proteore_bioplex_dictionaries" comment_char="#"> + <columns>id, name, species, value</columns> + <file path="tool-data/proteore_bioplex_dictionaries.loc" /> + </table> + <table name="proteore_humap_dictionaries" comment_char="#"> + <columns>id, name, species, value</columns> + <file path="tool-data/proteore_humap_dictionaries.loc" /> + </table> +</tables>
