recipe cnvkit

Copy number variant detection from high-throughput sequencing

Homepage:

https://github.com/etal/cnvkit

License:

Apache-2.0

Recipe:

/cnvkit/meta.yaml

Links:

biotools: cnvkit, doi: 10.1371/journal.pcbi.1004873

package cnvkit

(downloads) docker_cnvkit

versions:
0.9.10-00.9.9-00.9.8-00.9.7-10.9.7-00.9.6-20.9.6-10.9.6-00.9.6a0-2

0.9.10-00.9.9-00.9.8-00.9.7-10.9.7-00.9.6-20.9.6-10.9.6-00.9.6a0-20.9.6a0-10.9.6a0-00.9.5-10.9.5-00.9.4a0-00.9.3-20.9.2-20.9.2a0-20.9.2a0-10.9.2a0-00.9.1-00.9.1a0-00.9.0-00.8.6a0-20.8.6a0-10.8.6a0-00.8.5-00.8.5dev0-10.8.5dev0-00.8.4-00.8.3a0-10.8.3a0-00.8.2-00.8.1-00.8.0-00.7.11-00.7.10-10.7.10-00.7.9-00.7.8-10.7.8-00.7.7-00.7.6-00.7.5-00.7.4-10.7.4-00.7.3-0

depends bioconductor-dnacopy:

depends biopython:

>=1.62

depends joblib:

<1.0

depends matplotlib-base:

>=1.3.1

depends networkx:

>=2.4

depends numpy:

>=1.9

depends pandas:

>=0.23.3

depends pomegranate:

>=0.9.0

depends pyfaidx:

>=0.4.7

depends pysam:

>=0.16.0

depends python:

>=3.5

depends r-base:

>=3.4.1

depends r-cghflasso:

depends reportlab:

>=3.0

depends scipy:

>=0.15.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 cnvkit

and update with::

   mamba update cnvkit

To create a new environment, run:

mamba create --name myenvname cnvkit

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

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

Download stats