recipe consel

CONSEL calculates the probability value (i.e., p-value) to assess the confidence in the selection problem. Although CONSEL is applicable to any selection problem, it is mainly designed for the phylogenetic tree selection

Homepage:

http://stat.sys.i.kyoto-u.ac.jp/prog/consel/

License:

GNU GENERAL PUBLIC LICENSE Version 2

Recipe:

/consel/meta.yaml

package consel

(downloads) docker_consel

versions:

0.20-10.20-0

depends libgcc-ng:

>=7.5.0

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 consel

and update with::

   mamba update consel

To create a new environment, run:

mamba create --name myenvname consel

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/consel:<tag>

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

Download stats