====== vcflib ======
vcflib is a C++ library for parsing and manipulating VCF files.
===== Information =====
* Latest Version: git-7f1575e
* Added: August, 2015
* Updated: August, 2015
* Link: https://github.com/ekg/vcflib
===== Usage =====
See versions of vcflib which are available:
$ module avail vcflib
===== Installation ======
Notes from the sysadmin during installation:
git clone --recursive https://github.com/ekg/vcflib.git
cd vcflib
make
sudo mkdir -p /export/apps/vcflib/git-7f1575e
sudo cp -r bin/* /export/apps/vcflib/git-7f1575e
===== Running =====
See [[https://github.com/ekg/vcflib#executables|vcflib's README]] for a complete documentation of the tools included.