Mercurial > repos > dchristiany > data_manager_proteore
diff tool_data_table_conf.xml.sample @ 11:4bb219eee10f draft
planemo upload commit e5e768b479ddc6b36270a1b5b0443a4c80d693bc-dirty
author | dchristiany |
---|---|
date | Tue, 23 Oct 2018 08:00:49 -0400 |
parents | 2f153b41b6fe |
children | a1530507fee4 |
line wrap: on
line diff
--- a/tool_data_table_conf.xml.sample Tue Oct 23 07:43:37 2018 -0400 +++ b/tool_data_table_conf.xml.sample Tue Oct 23 08:00:49 2018 -0400 @@ -1,15 +1,15 @@ <?xml version="1.0"?> <tables> - <table name='peptide_atlas' comment_char="#"> + <table name='proteore_peptide_atlas' comment_char="#"> <columns>id, name, tissue, value</columns> - <file path="tool-data/peptide_atlas.loc"/> + <file path="tool-data/proteore_peptide_atlas.loc"/> </table> - <table name="protein_atlas" comment_char="#"> + <table name="proteore_protein_atlas" comment_char="#"> <columns>id, name, value, path</columns> - <file path="tool-data/protein_atlas.loc" /> + <file path="tool-data/proteore_protein_atlas.loc" /> </table> - <table name="id_mapping" comment_char="#"> + <table name="proteore_id_mapping" comment_char="#"> <columns>id, name, value, path</columns> - <file path="tool-data/id_mapping.loc" /> + <file path="tool-data/proteore_id_mapping.loc" /> </table> </tables>