Skip to content

Commit

Permalink
use dbmen for eggnog
Browse files Browse the repository at this point in the history
  • Loading branch information
Tianhao-Gu committed Jul 11, 2024
1 parent 02f0fbe commit 7e5d658
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/loaders/compute_tools/eggnog/eggnog.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ def _run_eggnog_single(
'--excel',
'--sensmode', 'fast',
'--dmnd_iterate', 'no',
'--dbmem', # optionally, requires ~44 GB of memory but can increase annotation speed
'--override' # Overwrites output files if they exist from previous runs.
]

Expand Down
6 changes: 6 additions & 0 deletions src/loaders/compute_tools/eggnog/versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,10 @@ versions:
date: 2024-06-25
notes: |
- Bug fix: tool_common.py - Converted Data IDs to string format to ensure proper comparison with associated folder names
reference_db_version: 5.0.2

- version: 0.1.4
date: 2024-07-10
notes: |
- use --dbmem option to increase annotation speed
reference_db_version: 5.0.2

0 comments on commit 7e5d658

Please sign in to comment.