recipe cctyper

CRISPRCasTyper: Automatic detection and subtyping of CRISPR-Cas operons

Homepage:

https://github.com/Russel88/CRISPRCasTyper

License:

MIT

Recipe:

/cctyper/meta.yaml

Links:

doi: 10.1089/crispr.2020.0059

package cctyper

(downloads) docker_cctyper

versions:

1.8.0-11.8.0-0

depends biopython:

>=1.78,<=1.79

depends blast:

>=2.5,<3

depends cairosvg:

depends drawsvg:

>=1.8.0,<2

depends grep:

depends hmmer:

>=3.0,<4

depends imageio:

depends libxgboost:

>=1.7,<2

depends minced:

>=0.4.2,<0.5

depends multiprocess:

>=0.70.14,<=0.70.15

depends numpy:

>=1.16,<=1.24.3

depends pandas:

>=1.3,<=2.0.3

depends prodigal:

>=2.0,<=2.6.2

depends py-xgboost:

>=1.4,<2

depends python:

>=3.8

depends scikit-learn:

>=1.1.3,<=1.3.0

depends scipy:

>=1,<=1.10.1

depends sed:

depends tqdm:

>=4.64.1,<=4.66.5

requirements:

additional platforms:

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 cctyper

and update with::

   mamba update cctyper

To create a new environment, run:

mamba create --name myenvname cctyper

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

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

Download stats