Mercurial > repos > iuc > bedtools
diff tool_data_table_conf.xml.sample @ 32:b0d5e752c0c5 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit a78ca56350b1fcf9d7de2a1112155c9bd0844348
author | iuc |
---|---|
date | Tue, 05 Sep 2017 09:51:56 -0400 |
parents | 374e84779e62 |
children | da6d7bc0a8b0 |
line wrap: on
line diff
--- a/tool_data_table_conf.xml.sample Fri Aug 18 15:32:52 2017 -0400 +++ b/tool_data_table_conf.xml.sample Tue Sep 05 09:51:56 2017 -0400 @@ -8,5 +8,10 @@ <table name="all_gff" comment_char="#"> <columns>value, dbkey, name, path</columns> <file path="tool-data/all_gff.loc" /> - </table> + </table> + <!-- Locations of dbkeys and len files under genome directory --> + <table name="__dbkeys__" comment_char="#"> + <columns>value, name, len_path</columns> + <file path="tool-data/dbkeys.loc" /> + </table> </tables>