Mercurial > repos > jjohnson > eggnog_mapper
diff tool_data_table_conf.xml.sample @ 2:a74d61dbd155 draft
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/eggnog_mapper commit f431329cd1c7f8a6014207a4ebfd9ffaa67e5497-dirty
author | jjohnson |
---|---|
date | Mon, 04 Nov 2019 16:38:44 -0500 |
parents | b3ae16ffb54e |
children | c2d4738c3282 |
line wrap: on
line diff
--- a/tool_data_table_conf.xml.sample Tue Aug 08 12:40:56 2017 -0400 +++ b/tool_data_table_conf.xml.sample Mon Nov 04 16:38:44 2019 -0500 @@ -1,7 +1,11 @@ <tables> <!-- Locations of all eggnog_mapper data --> - <table name="eggnog_mapper" comment_char="#"> - <columns>name,value,type,data_dir</columns> - <file path="tool-data/eggnog_mapper.loc" /> + <table name="eggnog_mapper_db" comment_char="#"> + <columns>value,name,path</columns> + <file path="tool-data/eggnog_mapper_db.loc" /> + </table> + <table name="eggnog_mapper_hmm_dbs" comment_char="#"> + <columns>key,db_version,value,name,path</columns> + <file path="tool-data/eggnog_mapper_hmm_dbs.loc" /> </table> </tables>