Skip to content

Commit

Permalink
eggnog: allow admins to set --dbmem
Browse files Browse the repository at this point in the history
having the annotation DB on slow memory causes eggnog to
be very inefficient in the annotation phase. For larger
sequence databases to be processed we need to use more than
1 CPU .. and then the annotation phase is even more
inefficient.

I hope that --dbmem can help here.
  • Loading branch information
bernt-matthias committed Sep 4, 2023
1 parent 6128c98 commit 7127509
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tools/eggnog_mapper/eggnog_macros.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<macros>
<token name="@TOOL_VERSION@">2.1.8</token>
<token name="@VERSION_SUFFIX@">3</token>
<token name="@VERSION_SUFFIX@">4</token>
<token name="@EGGNOG_DB_VERSION@">5.0.2</token>
<!--
# DB versionning was super confusing for eggnog-mapper 2.0.x:
Expand Down
1 change: 1 addition & 0 deletions tools/eggnog_mapper/eggnog_mapper/eggnog_mapper.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@
#if $annotation_options.go_evidence:
--go_evidence=$annotation_options.go_evidence
#end if
"\$EGGNOG_DBMEM"
#end if
$output_options.no_file_comments
$output_options.report_orthologs
Expand Down

0 comments on commit 7127509

Please sign in to comment.