Mercurial > repos > proteore > proteore_maps_visualization
diff tool_data_table_conf.xml.sample @ 0:789acaab8255 draft
planemo upload commit 78ad61e52c2bf8c5ffada89a8eed429a332eb40b-dirty
| author | proteore |
|---|---|
| date | Thu, 06 Dec 2018 08:27:31 -0500 |
| 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 Dec 06 08:27:31 2018 -0500 @@ -0,0 +1,19 @@ +<tables> + <!-- Location kegg_pathways file for pathview tool --> + <table name="kegg_pathways_list_index" comment_char="#"> + <columns>value,name,path</columns> + <file path="tool-data/kegg_pathways_list_index.loc"/> + </table> + <table name="hsa_pathways" comment_char="#"> + <columns>value,name</columns> + <file path="tool-data/hsa_pathways.loc" /> + </table> + <table name="mmu_pathways" comment_char="#"> + <columns>value,name</columns> + <file path="tool-data/mmu_pathways.loc" /> + </table> + <table name="rno_pathways" comment_char="#"> + <columns>value,name</columns> + <file path="tool-data/rno_pathways.loc" /> + </table> +</tables>
