htslib-software
This is an old revision of the document!
Table of Contents
htslib
htslib is an implementation of a unified C library for accessing common file formats, such as SAM, CRAM and VCF, used for high-throughput sequencing data, and is the core library used by samtools and bcftools
Information
- Latest Version: 1.3.2
- Added: March, 2015
- Updated: February, 2017
Usage
See versions of htslib which are available
$ module avail htslib
Load and run htslib
$ module load htslib/1.3.2
Installation
Notes from the sysadmin during installation:
cd /tmp $ wget -qO- "https://github.com/samtools/htslib/releases/download/1.3.2/htslib-1.3.2.tar.bz2" | tar xjv $ sudo mkdir /export/apps/htslib/1.3.2/ $ sudo chown -R joguya:joguya /export/apps/htslib/1.3.2/ $ LD_LIBRARY_PATH=/export/apps/curl/7.47.1/lib:$LD_LIBRARY_PATH LDFLAGS="-L/export/apps/curl/7.47.1/lib" CFLAGS="-I/export/apps/curl/7.47.1/include" ./configure --enable-plugins --enable-libcurl --prefix=/export/apps/htslib/1.3.2/ $ make $ make install $ sudo chown -R root:root /export/apps/htslib/1.3.2
htslib-software.1486294897.txt.gz · Last modified: 2017/02/05 11:41 by joguya