Mercurial > repos > proteore > proteore_data_manager
view tool_data_table_conf.xml.sample @ 53:bb552aa4b9ac draft
"planemo upload commit 59b014e9f6e2d668cbd7c4844b10db3d59baefd8-dirty"
| author | proteore |
|---|---|
| date | Fri, 05 Jun 2020 13:49:53 +0000 |
| parents | 09d9fd9b2d8c |
| children |
line wrap: on
line source
<?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, release, name, tissue, value</columns> <file path="tool-data/proteore_protein_atlas_normal_tissue.loc" /> </table> <table name="proteore_protein_atlas_rna_tissue" comment_char="#"> <columns>id, release, name, tissue, value</columns> <file path="tool-data/proteore_protein_atlas_rna_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_protein_full_atlas" comment_char="#"> <columns>id, release, name, tissue, value</columns> <file path="tool-data/proteore_protein_full_atlas.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>
