Mercurial > repos > glogobyte > armdb
diff tool_data_table_conf.xml.sample @ 6:668af099b77f draft
Uploaded
author | glogobyte |
---|---|
date | Fri, 16 Oct 2020 18:48:16 +0000 |
parents | |
children | 3e61c495f8ad |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_data_table_conf.xml.sample Fri Oct 16 18:48:16 2020 +0000 @@ -0,0 +1,14 @@ +<!-- Use the file tool_data_table_conf.xml.oldlocstyle if you don't want to update your loc files as changed in revision 4550:535d276c92bc--> +<tables> + <!-- Locations of 2bit sequence files for use in Lastz --> + <table name="mirbase" comment_char="#"> + <columns>value, name, dbkey, path</columns> + <file path="mirbase.loc" /> + </table> + <!-- Locations of 2bit sequence files for use in Lastz --> + <table name="mirgene" comment_char="#"> + <columns>value, name</columns> + <file path="mirgene.loc" /> + </table> +</tables> +