Skip to content

Commit

Permalink
update tool name
Browse files Browse the repository at this point in the history
  • Loading branch information
Tianhao-Gu committed Mar 14, 2024
1 parent 5999ba1 commit 6bc10db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/loaders/compute_tools/eggnog/eggnog.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def _run_eggnog_single(


def main():
runner = ToolRunner("eggNOG")
runner = ToolRunner("eggnog")
runner.parallel_single_execution(_run_eggnog_single, unzip=True)


Expand Down

0 comments on commit 6bc10db

Please sign in to comment.