Skip to content

Faster annotation with eggNOG mapper

Compare
Choose a tag to compare
@SilasK SilasK released this 01 Sep 12:09
d8691ee

Makes eggNOG annotation faster if virtual memory can be used:

If you have a virtual disk e.g. /dev/shm you can enable that atlas copy the eggNOG db to this virtual drive which accelerates the eggNOg annotation considerably.

More info in the eggNOG docs

You ned to set:

eggNOG_use_virtual_disk: true

Fix #259

Fix #313