recipe bcftools

BCFtools is a set of utilities that manipulate variant calls in the Variant Call Format (VCF) and its binary counterpart BCF. All commands work transparently with both VCFs and BCFs, both uncompressed and BGZF-compressed. Most commands accept VCF, bgzipped VCF and BCF with filetype detected automatically even when streaming from a pipe. Indexed VCF and BCF will work in all situations. Un-indexed VCF and BCF and streams will work in most, but not all situations.

Homepage:

https://github.com/samtools/bcftools

License:

GPL

Recipe:

/bcftools/meta.yaml

Links:

biotools: bcftools, usegalaxy-eu: bcftools_merge, doi: 10.1093/bioinformatics/btp352

package bcftools

(downloads) docker_bcftools

versions:
1.19-11.19-01.18-01.17-11.17-01.16-21.16-11.16-01.15.1-1

1.19-11.19-01.18-01.17-11.17-01.16-21.16-11.16-01.15.1-11.15.1-01.15-21.15-11.15-01.14-11.14-01.13-01.12-11.12-01.11-01.10.2-31.10.2-21.10.2-11.10.2-01.10.1-01.10-01.9-91.9-81.9-71.9-61.9-51.9-41.9-31.9-21.9-11.8-31.8-21.8-11.8-01.7-01.6-11.6-01.5-41.5-31.5-21.5-11.5-01.4.1-01.4-01.3.1-71.3.1-61.3.1-51.3.1-41.3.1-31.3.1-21.3.1-11.3.1-01.3-81.3-71.3-61.3-51.3-41.3-31.3-21.3-11.3-01.2-41.2-31.2-21.2-11.2-0

depends gsl:

>=2.7,<2.8.0a0

depends htslib:

>=1.19.1,<1.20.0a0

depends libgcc-ng:

>=12

depends libzlib:

>=1.2.13,<1.3.0a0

depends perl:

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 bcftools

and update with::

   mamba update bcftools

To create a new environment, run:

mamba create --name myenvname bcftools

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

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

Download stats