Mercurial > repos > galaxyp > eggnog_mapper
diff tool_data_table_conf.xml.sample @ 5:a5a3bdd0954b draft
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/eggnog_mapper/eggnog_mapper commit ba81f4bfe31157aa6b986e81d5e4405ae1372b3b"
author | galaxyp |
---|---|
date | Mon, 11 Nov 2019 11:50:36 -0500 |
parents | f4e5279b5d10 |
children | 3cb37af59360 |
line wrap: on
line diff
--- a/tool_data_table_conf.xml.sample Wed Feb 28 13:20:40 2018 -0500 +++ b/tool_data_table_conf.xml.sample Mon Nov 11 11:50:36 2019 -0500 @@ -1,7 +1,11 @@ <tables> <!-- Locations of all eggnog_mapper data --> - <table name="eggnog_mapper" comment_char="#"> - <columns>name,value,type,db</columns> - <file path="tool-data/eggnog_mapper.loc" /> + <table name="eggnog_mapper_db" comment_char="#" allow_duplicate_entries="False"> + <columns>value,name,path</columns> + <file path="tool-data/eggnog_mapper_db.loc" /> + </table> + <table name="eggnog_mapper_hmm_dbs" comment_char="#" allow_duplicate_entries="False"> + <columns>key,db_version,value,name,path</columns> + <file path="tool-data/eggnog_mapper_hmm_dbs.loc" /> </table> </tables>