recipe hitac

A hierarchical taxonomic classifier for fungal ITS sequences

Homepage:

https://gitlab.com/dacs-hpi/hitac

License:

BSD / BSD-3-Clause

Recipe:

/hitac/meta.yaml

Links:

biotools: hitac

HiTaC is a software for hierarchical taxonomic classification for fungal ITS sequences. It is pure python code compatible with Python 3.8+ and requires hiclass, numpy, pandas, scikit-bio and scikit-learn.

package hitac

(downloads) docker_hitac

versions:
2.2.2-02.2.1-02.2.0-02.1.1-02.1.0-02.0.30-02.0.29-02.0.28-02.0.23-0

2.2.2-02.2.1-02.2.0-02.1.1-02.1.0-02.0.30-02.0.29-02.0.28-02.0.23-02.0.22-02.0.21-12.0.21-02.0.20-12.0.20-02.0.19-02.0.16-02.0.15-02.0.10-12.0.10-02.0.9-12.0.9-02.0.8-02.0.6-02.0.5-02.0.4-01.5.9-01.5.8-01.5.4-01.5.1-01.4-01.3-01.1-0

depends hiclass:

4.1.7

depends numpy:

>=1.22.3

depends pandas:

>=1.4.3

depends python:

>=3.7

depends scikit-bio:

>=0.5

depends scikit-learn:

>=0.24

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 hitac

and update with::

   mamba update hitac

To create a new environment, run:

mamba create --name myenvname hitac

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

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

Download stats