recipe vcftools

A set of tools written in Perl and C++ for working with VCF files.

Homepage:

https://vcftools.github.io/

License:

LGPL

Recipe:

/vcftools/meta.yaml

Links:

biotools: vcftools

package vcftools

(downloads) docker_vcftools

versions:
0.1.16-100.1.16-90.1.16-80.1.16-70.1.16-60.1.16-50.1.16-40.1.16-30.1.16-2

0.1.16-100.1.16-90.1.16-80.1.16-70.1.16-60.1.16-50.1.16-40.1.16-30.1.16-20.1.15-20.1.15-10.1.15-00.1.14-50.1.14-40.1.14-30.1.14-20.1.14-10.1.14-00.1.12b-30.1.12b-20.1.12b-10.1.12b-00.1.11-20.1.11-10.1.11-00.1.10-10.1.10-0

depends libgcc-ng:

>=12

depends libstdcxx-ng:

>=12

depends libzlib:

>=1.2.13,<1.3.0a0

depends perl:

>=5.32.1,<5.33.0a0 *_perl5

depends zlib:

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 vcftools

and update with::

   mamba update vcftools

To create a new environment, run:

mamba create --name myenvname vcftools

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

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

Download stats