NgsCctsVcflib

From Cheaha
Jump to navigation Jump to search


Attention: Research Computing Documentation has Moved
https://docs.rc.uab.edu/


Please use the new documentation url https://docs.rc.uab.edu/ for all Research Computing documentation needs.


As a result of this move, we have deprecated use of this wiki for documentation. We are providing read-only access to the content to facilitate migration of bookmarks and to serve as an historical record. All content updates should be made at the new documentation site. The original wiki will not receive further updates.

Thank you,

The Research Computing Team

Overview

https://github.com/ekg/vcflib

this project does not have release or tags.

It was originally installed to have access to the vcfallelicprimitives referenced in (Zook et al 2014) "Integrating human sequence data sets provides a resource of benchmark SNP and indel genotype calls" http://www.nature.com/nbt/journal/vaop/ncurrent/full/nbt.2835.html

Version 20140224

To use

module load ngs-ccts/vcflib/20140224

Build details

# setup
mkdir -p /share/apps/ngs-ccts/vcflib/20140224

# get latest code
git clone --recursive git://github.com/ekg/vcflib.git

# build

# get latest gcc (older, default version failed to compile in fsom/ -see
module load gcc/4.8.1
cd vcflib
make

# create module file
# it adds $VER_DIR/vcflib/bin to PATH
mkdir /share/apps/ngs-ccts/modulefiles/vcflib
vi /share/apps/ngs-ccts/modulefiles/vcflib/20142024