Mercurial > repos > galaxyp > eggnog_mapper
diff tool_data_table_conf.xml.test @ 6:1d6c4af4b7bc draft
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/eggnog_mapper/eggnog_mapper commit fd234f7532b34a1b6ced0d3ac53a8f42348e23f7"
| author | galaxyp |
|---|---|
| date | Fri, 19 Feb 2021 18:53:12 +0000 |
| parents | 59501122d153 |
| children |
line wrap: on
line diff
--- a/tool_data_table_conf.xml.test Mon Nov 11 11:48:52 2019 -0500 +++ b/tool_data_table_conf.xml.test Fri Feb 19 18:53:12 2021 +0000 @@ -1,11 +1,7 @@ <tables> <!-- Locations of all eggnog_mapper data --> - <table name="eggnog_mapper_db" comment_char="#"> - <columns>value,name,path</columns> - <file path="${__HERE__}/test-data/cached_locally/eggnog_mapper_db.loc" /> - </table> - <table name="eggnog_mapper_hmm_dbs" comment_char="#"> - <columns>key,db_version,value,name,path</columns> - <file path="${__HERE__}/test-data/cached_locally/eggnog_mapper_hmm_dbs.loc" /> + <table name="eggnog_mapper_db_versioned" comment_char="#" allow_duplicate_entries="False"> + <columns>value,name,path,version</columns> + <file path="${__HERE__}/test-data/cached_locally/eggnog_mapper_db_versioned.loc" /> </table> </tables>
