Mercurial > repos > proteore > proteore_tissue_specific_expression_data
changeset 3:aa9246684891 draft
"planemo upload commit aeaa0ae28d6b8a3a5e46b926b771bd7f3b23910f-dirty"
| author | proteore |
|---|---|
| date | Wed, 22 Jan 2020 13:56:06 +0000 |
| parents | 9d10be16f371 |
| children | f7fb9f96f872 |
| files | tool_data_table_conf.xml.sample |
| diffstat | 1 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_data_table_conf.xml.sample Wed Jan 22 13:56:06 2020 +0000 @@ -0,0 +1,10 @@ +<tables> + <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> +</tables> \ No newline at end of file
