Skip to content

Release v2.1.6

Compare
Choose a tag to compare
@Cantalapiedra Cantalapiedra released this 06 Oct 16:02
· 154 commits to master since this release
  • Updated citation of eggNOG-mapper.
  • Updated citation of Diamond.
  • 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.
  • Minor changes related with hmmpgmd searches.