Download the source code: angsd0.940.tar.gz
Installation:
wget https://github.com/ANGSD/angsd/releases/download/0.940/angsd0.940.tar.gz;
tar xf angsd0.940.tar.gz;
cd htslib; make;
cd ..; cd angsd;
make HTSSRC=../htslib;
What's Changed
- [chore] Set crypto_try g++ to cxx; redirect output to /dev/null by @isinaltinkaya in #511
- [chore] Merge master to branch by @isinaltinkaya in #532
- [fix]: Fix assert bug related to DNDEBUG flags #527 by @isinaltinkaya in #533
Full Changelog: 0.938...0.940