diff --git a/tools/eggnogmapper2/diamond/Snakefile b/tools/eggnogmapper2/diamond/Snakefile
index a387a6d30e40adf344b90fa5ede33427707e0c6c..738f092d0c2c5e242bf44d8cc7d39a7f5c62c9e3 100644
--- a/tools/eggnogmapper2/diamond/Snakefile
+++ b/tools/eggnogmapper2/diamond/Snakefile
@@ -11,7 +11,7 @@ rule eggnogmapper2_diamond:
     output:
         __eggnogmapper2_diamond_output
     params:
-        exec_command = __eggnogmapper2_exec_command + ' -m diamond',
+        exec_command = __eggnogmapper2_exec_command + ' -m diamond --no_annot',
         output_prefix = __eggnogmapper2_diamond_output_prefix,
         options = __eggnogmapper2_diamond_options
     threads:
diff --git a/tools/eggnogmapper2/diamond/example_usage/config.yaml b/tools/eggnogmapper2/diamond/example_usage/config.yaml
index 9e007791b3a169384c84937698b223922fc9d66f..5fe001f10aaab0b262680238247ff6684e7a9f5f 100644
--- a/tools/eggnogmapper2/diamond/example_usage/config.yaml
+++ b/tools/eggnogmapper2/diamond/example_usage/config.yaml
@@ -12,4 +12,4 @@ samples:
 eggnogmapper2:
     exec_command: "/pasteur/homes/kehillio/venv/eggnog-mapper-v2/bin/python /pasteur/homes/kehillio/tools/eggnog-mapper/emapper.py"
     diamond:
-        options: "--no_annot --no_file_comments"
+        options: "--no_file_comments"