Mercurial > repos > glogobyte > isoread
annotate tool_data_table_conf.xml.sample @ 39:78282d59cc2a draft
Uploaded
author | glogobyte |
---|---|
date | Sun, 05 Dec 2021 13:20:17 +0000 |
parents | 66dd837b4e5c |
children |
rev | line source |
---|---|
33 | 1 <!-- Paths are relative to the value of `tool_data_path` in galaxy.ini --> |
9 | 2 <tables> |
33 | 3 <table name="mirbase" comment_char="#"> |
4 <columns>value, name, dbkey, path</columns> | |
5 <file path="tool-data/mirbase.loc" /> | |
9 | 6 </table> |
7 <table name="mirgene" comment_char="#"> | |
8 <columns>value, name</columns> | |
9 <file path="tool-data/mirgene.loc" /> | |
10 </table> | |
11 </tables> |