ANGSD / angsd

Program for analysing NGS data.
226 stars 50 forks source link

Build Status

===== Program for analysing NGS data.

http://www.popgen.dk/angsd

Installation:

1) Using a local folder containing htslib

#download htslib
git clone --recurse-submodules https://github.com/samtools/htslib.git;
#download angsd
git clone https://github.com/angsd/angsd.git;

#install htslib
cd htslib
make

#install angsd
cd ../angsd
make HTSSRC=../htslib

2) Systemwide installation of htslib

git clone https://github.com/angsd/angsd.git;
cd angsd; make HTSSRC=systemwide

3) Using htslib submodule

git clone https://github.com/angsd/angsd.git;
cd angsd; make

Notes

Program has a paper

http://www.biomedcentral.com/1471-2105/15/356/abstract