You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Diamond's --iterate mode is now used by default. To disabled it when running emapper.py, use --dmnd_iterate no.
Added --dmnd_ignore_warnings option, to activate Diamond's --ignore-warnings option.
Added --dmnd_algo option, to control Diamond's --algo option. It can be used to perform a much faster search with small input sets of sequences using --dmnd_algo ctg.
Added --mp_start_method option, to control the Python's multprocessing start method. Only use it when the default is not working properly in your OS.