Mercurial > repos > proteore > proteore_data_manager
diff tool_data_table_conf.xml.sample @ 1:0915249b8c4b draft
planemo upload commit 4dd1a2f7d196a1d2e70fab379a2c08367da0fe94-dirty
| author | proteore |
|---|---|
| date | Wed, 06 Mar 2019 08:53:06 -0500 |
| parents | 0a26460d7366 |
| children | 18d3b1ea7a18 |
line wrap: on
line diff
--- a/tool_data_table_conf.xml.sample Mon Mar 04 05:03:04 2019 -0500 +++ b/tool_data_table_conf.xml.sample Wed Mar 06 08:53:06 2019 -0500 @@ -4,13 +4,25 @@ <columns>id, name, tissue, value</columns> <file path="tool-data/proteore_peptide_atlas.loc"/> </table> - <table name="proteore_protein_atlas" comment_char="#"> + <table name="proteore_protein_atlas_normal_tissue" comment_char="#"> <columns>id, name, tissue, value</columns> - <file path="tool-data/proteore_protein_atlas.loc" /> + <file path="tool-data/proteore_protein_atlas_normal_tissue.loc" /> + </table> + <table name="proteore_protein_atlas_tumor_tissue" comment_char="#"> + <columns>id, name, tissue, value</columns> + <file path="tool-data/proteore_protein_atlas_tumor_tissue.loc" /> </table> - <table name="proteore_id_mapping" comment_char="#"> + <table name="proteore_id_mapping_Human" comment_char="#"> + <columns>id, name, value, path</columns> + <file path="tool-data/proteore_id_mapping_Human.loc" /> + </table> + <table name="proteore_id_mapping_Mouse" comment_char="#"> <columns>id, name, value, path</columns> - <file path="tool-data/proteore_id_mapping.loc" /> + <file path="tool-data/proteore_id_mapping_Mouse.loc" /> + </table> + <table name="proteore_id_mapping_Rat" comment_char="#"> + <columns>id, name, value, path</columns> + <file path="tool-data/proteore_id_mapping_Rat.loc" /> </table> <table name="proteore_biogrid_dictionaries" comment_char="#"> <columns>id, name, species, value</columns>
