CalcABS
A Python script that computes the ancestral branch statistic (ABS) for detecting ancestral selective sweeps of Cheng et al. (2017).

Please cite the following manuscript if using this software:
X Cheng, C Xu, M DeGiorgio (2017) Fast and robust detection of ancestral selective sweeps. Molecular Ecology 26:6871-6891

[Click to download manual]
[Click to download software]

On a UNIX system, extract the compressed files using the command
tar -xzvf CalcABS.tar.gz
Change directory to CalcABS using a command such as
cd CalcABS
The CalcABS.py script will be located in the CalcABS directory

Software history
December 4, 2017 - Modified software and manual
October 26, 2016 - Uploaded version 1.0 of the software and manual