Skip to content

OrthoFinder v2.3.11

Compare
Choose a tag to compare
@davidemms davidemms released this 11 Feb 11:04
· 169 commits to master since this release

Which version to download:

  • On Linux download OrthoFinder.tar.gz. This bundles all the required external dependencies (mcl, diamond, fastme) and python libraries and so should run immediately, without any installation being required.
  • On Mac the bioconda package is probably the easiest method: See Bioconda getting started and, once bioconda is set up, run conda install orthofinder
  • On either platform you can run the source code version but you will need to have python and the numpy & scipy libraries installed.

New in this release

  • Resolve an issue in some situations when using OrthoFinder on Mac using bioconda. OrthoFinder would find mcl/diamond but would then be unable to call them when required.
  • Binary package (OrthoFinder.tar.gz) is now built for glibc versions 2.15 onwards for wider compatibility