Skip to content

Releases: ANGSD/angsd

0.940-stable

13 Oct 06:10
Compare
Choose a tag to compare

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

Full Changelog: 0.938...0.940

0.938-stable

16 Jul 12:15
2ea2c5a
Compare
Choose a tag to compare

Download the source code: angsd0.938.tar.gz

wget https://github.com/ANGSD/angsd/releases/download/0.938/angsd0.938.tar.gz;
tar xf angsd0.938.tar.gz;
cd htslib;
make;
cd ..;
cd angsd;
make HTSSRC=../htslib;

What's Changed

Full Changelog: 0.936...0.938

0.936-stable

31 May 06:27
Compare
Choose a tag to compare

Download the source code: angsd0.936.tar.gz

wget https://github.com/ANGSD/angsd/releases/download/0.936/angsd0.936.tar.gz;
tar xf angsd0.936.tar.gz;
cd htslib;
make;
cd ..;
cd angsd;
make HTSSRC=../htslib;

What's Changed

Full Changelog: 0.935...0.936

0.935

31 May 06:31
Compare
Choose a tag to compare
0.935 Pre-release
Pre-release

Full Changelog: 0.934...0.935

0.934-stable

31 May 06:31
Compare
Choose a tag to compare

Download the source code: angsd0.934.tar.gz

wget https://github.com/ANGSD/angsd/releases/download/0.934/angsd0.934.tar.gz;
tar xf angsd0.934.tar.gz;
cd htslib;
make;
cd ..;
cd angsd;
make HTSSRC=../htslib;

What's Changed

  • filter by frequency of heterozygote genotypes by @nspope in #294
  • Fix for HTSlib linking issues (and HTSlib compilation for TravisCI) by @YourePrettyGood in #372

New Contributors

Full Changelog: 0.933...0.934