recipe cyvcf2

A cython wrapper around htslib built for fast parsing of Variant Call Format (VCF) files

Homepage:

https://github.com/brentp/cyvcf2/

Documentation:

https://brentp.github.io/cyvcf2/

License:

MIT / MIT

Recipe:

/cyvcf2/meta.yaml

Links:

doi: 10.1093/bioinformatics/btx057, biotools: cyvcf2

package cyvcf2

(downloads) docker_cyvcf2

versions:
0.30.28-10.30.28-00.30.27-00.30.26-00.30.25-00.30.22-00.30.16-20.30.16-10.30.16-0

0.30.28-10.30.28-00.30.27-00.30.26-00.30.25-00.30.22-00.30.16-20.30.16-10.30.16-00.30.15-10.30.15-00.30.14-10.30.14-00.30.13-00.30.12-00.30.11-20.30.11-10.30.11-00.30.9-00.30.8-00.30.6-10.30.6-00.30.4-00.30.2-00.30.1-00.20.9-00.20.8-00.20.7-00.20.6-00.20.5-00.20.4-10.20.4-00.20.3-00.20.1-10.20.1-00.20.0-10.20.0-00.11.7-00.11.6-00.11.5-10.11.5-00.11.4-00.11.2-00.10.10-00.10.8-20.10.8-10.10.8-00.10.0-00.8.4-40.8.4-30.8.4-20.8.4-10.8.4-00.8.0-00.7.2-30.7.2-20.7.2-10.7.2-00.6.6a-00.6.5-00.5.5-00.5.3-00.5.1-00.5.0-00.4.2-00.4.1-00.4.0-00.3.2-00.3.0-00.2.8-00.2.6-00.2.5-00.2.4-00.2.3-00.2.2-00.2.0-0

depends click:

depends coloredlogs:

depends htslib:

>=1.19.1,<1.21.0a0

depends libgcc-ng:

>=12

depends libzlib:

>=1.2.13,<1.3.0a0

depends numpy:

>=1.21.6,<2.0a0

depends openssl:

>=3.2.1,<4.0a0

depends python:

>=3.10,<3.11.0a0

depends python_abi:

3.10.* *_cp310

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 cyvcf2

and update with::

   mamba update cyvcf2

To create a new environment, run:

mamba create --name myenvname cyvcf2

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

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

Download stats