recipe orthofinder

Accurate inference of orthogroups, orthologues, gene trees and rooted species tree made easy!

Homepage:

https://github.com/davidemms/OrthoFinder

License:

GPLv3

Recipe:

/orthofinder/meta.yaml

package orthofinder

(downloads) docker_orthofinder

versions:
2.5.5-22.5.5-12.5.5-02.5.4-02.5.3-02.5.2-12.5.2-02.5.1-02.4.1-1

2.5.5-22.5.5-12.5.5-02.5.4-02.5.3-02.5.2-12.5.2-02.5.1-02.4.1-12.4.1-02.4.0-12.4.0-02.3.12-02.3.11-12.3.11-02.3.10-02.3.8-22.3.8-12.3.8-02.3.3-12.3.3-02.2.7-02.2.6-02.2.1-02.2.0-02.1.2-12.1.2-01.1.10-01.1.8-01.1.4-01.1.2-0

depends blast:

depends bzip2:

depends diamond:

<2.1|>=2.1.7

depends fastme:

depends fasttree:

depends iqtree:

depends mafft:

depends mcl:

depends mmseqs2:

depends muscle:

<5

depends python:

>=3.7

depends raxml:

depends raxml-ng:

depends scipy:

requirements:

Installation

You need a conda-compatible package manager (currently either micromamba, mamba, or conda) and the Bioconda channel already activated (see set-up-channels).

While any of above package managers is fine, it is currently recommended to use either micromamba or mamba (see here for installation instructions). We will show all commands using mamba below, but the arguments are the same for the two others.

Given that you already have a conda environment in which you want to have this package, install with:

   mamba install orthofinder

and update with::

   mamba update orthofinder

To create a new environment, run:

mamba create --name myenvname orthofinder

with myenvname being a reasonable name for the environment (see e.g. the mamba docs for details and further options).

Alternatively, use the docker container:

   docker pull quay.io/biocontainers/orthofinder:<tag>

(see `orthofinder/tags`_ for valid values for ``<tag>``)

Download stats