Mercurial > repos > proteore > proteore_find_pathways
changeset 1:b9bf788be4dd draft
planemo upload commit 2e441b4969ae7cf9aeb227a1d47c43ef7268a5e6-dirty
| author | proteore |
|---|---|
| date | Wed, 22 Aug 2018 11:16:00 -0400 |
| parents | 4da8523282cf |
| children | 874d748afb77 |
| files | tool_data_table_conf.xml.sample |
| diffstat | 1 files changed, 12 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 Aug 22 11:16:00 2018 -0400 @@ -0,0 +1,12 @@ +<tables> + <!-- location uniprot_kegg_list for find pathways tool--> + <table name='uniprot_kegg_list' comment_char="#"> + <columns>name,date,organism,value</columns> + <file path="tool-data/uniprot_kegg_list.loc"/> + </table> + <!-- location entrez_kegg_list for find pathways tool--> + <table name='entrez_kegg_list' comment_char="#"> + <columns>name,date,organism,value</columns> + <file path="tool-data/entrez_kegg_list.loc"/> + </table> +</tables>
