User Tools

Site Tools


bcftools-software

This is an old revision of the document!


bcftools

BCFtools implements utilities for variant calling (in conjunction with SAMtools) and manipulating VCF and BCF files. The program is intended to replace the Perl-based tools from vcftools.

Information

Usage

See versions of bcftools which are available

$ module avail bcftools

Installation

Notes from the sysadmin during installation:

$ cd /tmp
$ wget https://github.com/samtools/bcftools/releases/download/1.2/bcftools-1.2.tar.bz2
$ tar xf bcftools-1.2.tar.bz2
$ cd bcftools-1.2
$ scl enable devtoolset-3 bash
$ make
$ sudo mkdir -p /export/apps/bcftools/1.2
$ sudo chown aorth /export/apps/bcftools/1.2
$ make prefix=/export/apps/bcftools/1.2 install
$ sudo chown -R root:root /export/apps/bcftools/1.2
bcftools-software.1442132550.txt.gz · Last modified: 2015/09/13 08:22 by aorth