Skip to content

ANGSD/angsd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6b5d906 · Mar 6, 2025
Oct 12, 2022
Feb 10, 2020
Sep 22, 2014
Feb 17, 2022
Dec 27, 2021
Feb 25, 2023
Jun 15, 2015
Sep 4, 2022
Apr 7, 2023
Dec 27, 2021
Jun 28, 2014
Nov 14, 2015
Aug 20, 2023
Mar 6, 2025
Jun 17, 2021
Feb 26, 2015
May 23, 2020
Jun 19, 2017
Oct 11, 2022
Jan 21, 2015
Mar 3, 2022
May 26, 2021
Oct 12, 2022
Jun 23, 2017
Oct 11, 2022
May 19, 2021
Mar 31, 2021
Jun 28, 2014
May 23, 2020
Feb 17, 2017
May 23, 2020
Apr 17, 2017
Oct 11, 2022
Jun 28, 2014
Oct 11, 2022
Feb 22, 2019
Mar 31, 2021
Jun 27, 2017
Nov 14, 2024
Feb 6, 2023
Oct 12, 2022
Aug 7, 2019
Oct 11, 2022
Mar 6, 2015
Jul 20, 2020
Mar 15, 2020
Mar 31, 2021
Apr 10, 2016
May 23, 2020
Jan 3, 2016
Oct 12, 2022
Jun 28, 2014
Mar 6, 2025
Mar 6, 2025
Oct 11, 2022
Jun 5, 2020
Oct 11, 2022
Apr 12, 2021
May 23, 2020
Aug 3, 2015
Oct 12, 2022
Sep 10, 2016
May 23, 2020
Feb 25, 2020
Nov 9, 2022
May 5, 2022
Oct 11, 2022
May 16, 2017
Mar 26, 2021
Feb 22, 2015
Nov 27, 2015
Nov 27, 2015
Feb 8, 2022
May 26, 2015
Jun 17, 2021
Jun 17, 2021
Oct 12, 2022
Mar 28, 2021
Oct 12, 2022
Feb 14, 2018
Oct 12, 2022
Jun 28, 2014
Oct 12, 2022
Jan 4, 2018
Oct 12, 2022
May 22, 2023
Oct 12, 2022
May 26, 2021
Oct 11, 2022
Dec 11, 2017
Oct 12, 2022
Oct 12, 2022
Feb 2, 2022
Oct 11, 2022
Mar 31, 2021
Jul 19, 2020
Oct 11, 2022
Jun 28, 2014
Oct 11, 2022
Jun 5, 2022
Feb 25, 2023
Feb 25, 2023
Oct 11, 2022
Oct 11, 2022
Oct 11, 2022
Feb 6, 2024
Oct 11, 2022
Jul 12, 2016
Jun 28, 2014
Mar 12, 2015
Oct 12, 2022
Aug 7, 2017
Mar 12, 2015
Jun 28, 2014
Oct 11, 2022
Jul 11, 2022
Oct 11, 2022
Nov 2, 2017
Jun 28, 2014
Jun 28, 2014
Oct 11, 2022
Feb 18, 2019
Oct 11, 2022
Oct 11, 2022
Aug 29, 2016
Aug 29, 2016
Oct 12, 2022
Dec 5, 2015
Oct 12, 2022
May 27, 2020
Jul 19, 2020
Jun 28, 2014
Oct 12, 2015
Oct 12, 2015
Oct 12, 2015
Jun 26, 2015
Mar 9, 2017
May 23, 2020
Oct 11, 2022
Feb 28, 2015
Oct 11, 2022
Apr 19, 2016
Jun 28, 2014
Jun 28, 2014
Jan 29, 2019
Jan 29, 2019
Jul 12, 2023
May 23, 2020
Oct 11, 2022
Oct 13, 2016
Oct 11, 2022
Jun 28, 2014
Apr 7, 2023
Jul 19, 2022

Repository files navigation

Build Status

===== Program for analysing NGS data.

https://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
  1. Systemwide installation of htslib
git clone https://github.com/angsd/angsd.git;
cd angsd; make HTSSRC=systemwide
  1. Using htslib submodule
git clone https://github.com/angsd/angsd.git;
cd angsd; make

Notes

  • I've switched over to using htslib for parsing single reads (to allow for CRAM reading, while avoid having to write my own CRAM parser). I'm still using my own readpools. Users should therefore also download and install htslib.
  • If you are on a mac computer and the compilation process complains about a missnig crybtolib library then do 'make CRYPTOLIB=""'

Program has a paper

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