Mercurial > repos > galaxyp > data_manager_eggnog_mapper
diff data_manager/eggnog_macros.xml @ 2:3d82020b1e3b draft
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/eggnog_mapper/eggnog_mapper_data_manager commit fd234f7532b34a1b6ced0d3ac53a8f42348e23f7"
author | galaxyp |
---|---|
date | Fri, 19 Feb 2021 18:53:40 +0000 |
parents | 077cf0a99144 |
children | 5a2ffc486246 |
line wrap: on
line diff
--- a/data_manager/eggnog_macros.xml Fri Sep 04 21:38:59 2020 +0000 +++ b/data_manager/eggnog_macros.xml Fri Feb 19 18:53:40 2021 +0000 @@ -1,7 +1,14 @@ <?xml version="1.0"?> <macros> <token name="@VERSION@">2.0.1</token> - <token name="@EGGNOG_DB_VERSION@">5.0</token> + <token name="@EGGNOG_DB_VERSION@">2.0</token> + <!-- + # Versionning is super confusing: + # eggnog-mapper 1.* needed a db v4.5 (based on eggnog v4.5) + # eggnog-mapper 2.0 needs a db v2.0 (based on eggnog v5.0) + # db v4.5 are not compatible with eggnog-mapper 2.0 + --> + <token name="@IDX_VERSION@">2.0</token> <xml name="citations"> <citations> <citation type="doi">10.1093/nar/gkv1248</citation> @@ -47,7 +54,7 @@ <yield /> <output name="out_file"> <assert_contents> - <has_text text="eggnog_mapper_db" /> + <has_text text="eggnog_mapper_db_versioned" /> <has_text text="@EGGNOG_DB_VERSION@" /> </assert_contents> </output>