Difference between revisions of "Vcftools"
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
__NOEDITSECTION__ | __NOEDITSECTION__ | ||
− | [[Category:Software]][[Category: | + | [[Category:Software]][[Category:Biology]][[Category:Genomics]] |
{|<!--Main settings - REQUIRED--> | {|<!--Main settings - REQUIRED--> | ||
|{{#vardefine:app|vcftools}} | |{{#vardefine:app|vcftools}} | ||
Line 20: | Line 20: | ||
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 methods for working with VCF files: validating, merging, comparing and calculate some basic population genetic statistics. | 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 methods for working with VCF files: validating, merging, comparing and calculate some basic population genetic statistics. | ||
[http://vcftools.sourceforge.net/docs.html Upstream documentation] for {{#var:app}}. | [http://vcftools.sourceforge.net/docs.html Upstream documentation] for {{#var:app}}. | ||
− | <!--Modules-->== | + | <!--Modules--> |
− | + | ==Environment Modules== | |
− | + | Run <code>module spider {{#var:app}}</code> to find out what environment modules are available for this application. | |
− | |||
==System Variables== | ==System Variables== | ||
* HPC_{{uc:{{#var:app}}}}_DIR - installation directory | * HPC_{{uc:{{#var:app}}}}_DIR - installation directory |
Latest revision as of 20:55, 12 August 2022
Description
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 methods for working with VCF files: validating, merging, comparing and calculate some basic population genetic statistics. Upstream documentation for vcftools.
Environment Modules
Run module spider vcftools
to find out what environment modules are available for this application.
System Variables
- HPC_VCFTOOLS_DIR - installation directory
- HPC_VCFTOOLS_BIN - executable directory
How To Run
By default vcftools uses /tmp for temporary file storage. As explained in vcftools documentation you should use the --temp
argument to point vcftools to a directory in your /blue space instead since HiPerGator2 nodes are diskless and the /tmp directory on them is very small. For example, the following can be used in a job script:
mkdir -p tmp export TMPDIR="$(pwd)/tmp"
vcftools ... --temp ${TMPDIR}
Citation
If you publish the research that uses this software please cite
The Variant Call Format and VCFtools, Petr Danecek, Adam Auton, Goncalo Abecasis, Cornelis A. Albers, Eric Banks, Mark A. DePristo, Robert Handsaker, Gerton Lunter, Gabor Marth, Stephen T. Sherry, Gilean McVean, Richard Durbin and 1000 Genomes Project Analysis Group, Bioinformatics, 2011.