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.16-21.16-11.16-01.15.1-11.15.1-01.15-21.15-11.15-01.14-1

1.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-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:
Required By:

Installation

With an activated Bioconda channel (see set-up-channels), install with:

conda install bcftools

and update with:

conda update bcftools

or use the docker container:

docker pull quay.io/biocontainers/bcftools:<tag>

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

Download stats