Mercurial > repos > glogobyte > armdb
annotate tool_data_table_conf.xml.sample @ 25:dd9e13983dc3 draft
Uploaded
author | glogobyte |
---|---|
date | Sun, 05 Dec 2021 12:46:06 +0000 |
parents | 3e61c495f8ad |
children |
rev | line source |
---|---|
15 | 1 <!-- Paths are relative to the value of `tool_data_path` in galaxy.ini --> |
6 | 2 <tables> |
3 <table name="mirbase" comment_char="#"> | |
4 <columns>value, name, dbkey, path</columns> | |
15 | 5 <file path="tool-data/mirbase.loc" /> |
6 | 6 </table> |
7 <table name="mirgene" comment_char="#"> | |
8 <columns>value, name</columns> | |
15 | 9 <file path="tool-data/mirgene.loc" /> |
6 | 10 </table> |
11 </tables> |