ANGSD / angsd

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

Find older version ANGSD0.922 from commit# #564

Open wul88 opened 1 year ago

wul88 commented 1 year ago

Hello,

I would like to use old version of ANGSD v0.922 to estimate the heterozygosity of individuals due to that the current release output zero for the homozygous alternative column. However, I don't know how to determine which commit (from github site) is version 0.922. Please help!!! Thank you very much in advance!!!

isinaltinkaya commented 1 year ago

Hi,

You can use the following command to clone the repository using a version tag:

git clone -b 0.922 https://github.com/ANGSD/angsd.git

Alternatively, you can download the official version tarball for that version via

wget http://popgen.dk/software/download/angsd/angsd0.922.tar.gz

You can find the old release tarballs at http://popgen.dk/software/download/angsd/.

Best wishes, Isin

isinaltinkaya commented 1 year ago

We will investigate the issue with the homozygous alternative column and get back to you.

Best wishes, Isin