Bcftools

Utilities for variant calling and manipulating VCFs and BCFs [1].

Module

List the versions available as modules:

module spider bcftools

Output:

--------------------------

  bcftools/1.5

  bcftools/1.8

  bcftools/1.9

--------------------------

...

See how to load the version you need:

module spider bcftools/<version>

Load any required modules that are reported by the spider command, and then load the bcftools module:

module load bcftools/<version>

Usage

The bcftools command will print usage information when the --help flag is specified:

bcftools --help

References