Mercurial > repos > proteore > proteore_compute_kegg_pathways
diff tool_data_table_conf.xml.sample @ 0:0fe3cb50fbf6 draft
planemo upload commit 5ba22c155f8fa4a858eea9a23926c739b4722bb3-dirty
| author | proteore |
|---|---|
| date | Thu, 06 Sep 2018 08:18:42 -0400 |
| parents | |
| children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_data_table_conf.xml.sample Thu Sep 06 08:18:42 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>
