/grenedalf

Toolkit for Analyzing Allele Frequencies of Pool-Sequenced Samples, e.g., in Evolve and Resequence experiments

Primary LanguageC++GNU General Public License v3.0GPL-3.0

grenedalf

Features

grenedalf is a collection of commands for working with population genetic data, in particular from pool sequencing. Its main focus are statistical analyses such as Tajima's D and Fst, following the approaches of PoPoolation and PoPoolation2.

Remark: grenedalf is quite young and in activate development. The interface will change frequently in the near future. Until we publish a release version, everything is considered to be in beta status. Feedback on functionality, interface, and features is highly appreciated!

Setup

To run grenedalf on your machine, simply get it, and build it:

git clone --recursive https://github.com/lczech/grenedalf.git
cd grenedalf
make

You can also use the green "Code" button above or click here to download the source as a zip archive. Unpack, and call make in the main directory to build everything.

Requirements:

After building, the executable is stored in the bin directory, and used as follows.

Usage and Documentation

grenedalf is used via its command line interface, with commands for each task. The commands have the general structure:

grenedalf <command> <options>

Use the --help flag of grenedalf or of each command for usage information. See the Wiki pages for the full list of all subcommands and their documentation.