VCFtools is a program package designed for working with VCF files, such as those generated by the 1000 Genomes Project. The aim of VCFtools is to provide easily accessible methods for working with complex genetic variation data in the form of VCF files.
Availability and Restrictions
The following versions of VCFtools are available on OSC clusters:
Version | Owens | Pitzer | Cardinal |
---|---|---|---|
0.1.14 | X | X | |
0.1.16 | X* | X* | X |
You can use module spider vcftools
to view available modules for a given machine. Feel free to contact OSC Help if you need other versions for your work.
Access
VCFtools is available to all OSC users. If you have any questions, please contact OSC Help.
Publisher/Vendor/Repository and License Type
Adam Auton, Petr Danecek, Anthony Marcketta/ Open source
Usage
Usage on Owens
Set-up
module load vcftools
. The default version will be loaded. To select a particular VCFtools version, use module load vcftools/version
. For example, use module load vcftools/0.1.14
to load VCFtools 0.1.14.Usage on Pitzer
Set-up
module load vcftools
. The default version will be loaded.