diff eggnog_macros.xml @ 7:4e4c6329f6cd 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:54:25 +0000
parents 3cb37af59360
children 96cac424c870
line wrap: on
line diff
--- a/eggnog_macros.xml	Sat Sep 05 07:21:28 2020 +0000
+++ b/eggnog_macros.xml	Fri Feb 19 18:54:25 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>