Mercurial > repos > proteore > proteore_data_manager
diff tool_data_table_conf.xml.sample @ 2:9ec42cb35abd draft
planemo upload commit 339ab77a83db03409c8001324f10b36ff5b13a39-dirty
author | proteore |
---|---|
date | Wed, 19 Jun 2019 04:42:03 -0400 |
parents | 9e31ea9fc7ea |
children | e967a99d66b3 |
line wrap: on
line diff
--- a/tool_data_table_conf.xml.sample Tue Apr 16 07:46:59 2019 -0400 +++ b/tool_data_table_conf.xml.sample Wed Jun 19 04:42:03 2019 -0400 @@ -1,43 +1,43 @@ <?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_normal_tissue" comment_char="#"> - <columns>id, name, tissue, value</columns> - <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_Human" comment_char="#"> - <columns>id, name, species, value</columns> - <file path="tool-data/proteore_id_mapping_Human.loc" /> - </table> - <table name="proteore_id_mapping_Mouse" comment_char="#"> - <columns>id, name, species, value</columns> - <file path="tool-data/proteore_id_mapping_Mouse.loc" /> - </table> - <table name="proteore_id_mapping_Rat" comment_char="#"> - <columns>id, name, species, value</columns> - <file path="tool-data/proteore_id_mapping_Rat.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> - <table name='proteore_nextprot_ref' comment_char="#"> - <columns>id, name, value</columns> - <file path="tool-data/proteore_nextprot_ref.loc"/> - </table> + <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_normal_tissue" comment_char="#"> + <columns>id, release, name, tissue, value</columns> + <file path="tool-data/proteore_protein_atlas_normal_tissue.loc" /> + </table> + <table name="proteore_protein_atlas_tumor_tissue" comment_char="#"> + <columns>id, release, name, tissue, value</columns> + <file path="tool-data/proteore_protein_atlas_tumor_tissue.loc" /> + </table> + <table name="proteore_id_mapping_Human" comment_char="#"> + <columns>id, release, name, species, value</columns> + <file path="tool-data/proteore_id_mapping_Human.loc" /> + </table> + <table name="proteore_id_mapping_Mouse" comment_char="#"> + <columns>id, release, name, species, value</columns> + <file path="tool-data/proteore_id_mapping_Mouse.loc" /> + </table> + <table name="proteore_id_mapping_Rat" comment_char="#"> + <columns>id, release, name, species, value</columns> + <file path="tool-data/proteore_id_mapping_Rat.loc" /> + </table> + <table name="proteore_biogrid_dictionaries" comment_char="#"> + <columns>id, release, name, species, value</columns> + <file path="tool-data/proteore_biogrid_dictionaries.loc" /> + </table> + <table name="proteore_bioplex_dictionaries" comment_char="#"> + <columns>id, release, name, species, value</columns> + <file path="tool-data/proteore_bioplex_dictionaries.loc" /> + </table> + <table name="proteore_humap_dictionaries" comment_char="#"> + <columns>id, release, name, species, value</columns> + <file path="tool-data/proteore_humap_dictionaries.loc" /> + </table> + <table name='proteore_nextprot_ref' comment_char="#"> + <columns>id, release, name, value</columns> + <file path="tool-data/proteore_nextprot_ref.loc"/> + </table> </tables>