Faster annotation with eggNOG mapper
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