Skip to content
Snippets Groups Projects
Commit 22379bcc authored by Kenzo-Hugo Hillion's avatar Kenzo-Hugo Hillion :recycle:
Browse files

fix diamond rule

parent a9f73d2f
No related branches found
No related tags found
1 merge request!4add rule for diamond through eggnogmapper2
......@@ -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:
......
......@@ -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"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment