Mercurial > repos > iuc > bedtools
diff tool_data_table_conf.xml.sample @ 17:44867b59dbf2 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit cf7a3674bc833bbd5fdd2ad02e724935ffc7a174
author | iuc |
---|---|
date | Tue, 05 Sep 2017 15:40:14 -0400 |
parents | b73962f8fcbf |
children | 13400f3c3ec5 |
line wrap: on
line diff
--- a/tool_data_table_conf.xml.sample Fri Aug 18 15:33:08 2017 -0400 +++ b/tool_data_table_conf.xml.sample Tue Sep 05 15:40:14 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>