https://github.com/lczech/grenedalf
Toolkit for Population Genetic Statistics from Pool-Sequenced Samples, e.g., in Evolve and Resequence experiments
https://github.com/lczech/grenedalf
allele-frequencies evolve-and-resequence pool-sequencing poolfstat popoolation popoolation2 population-genetics
Last synced: about 2 months ago
JSON representation
Toolkit for Population Genetic Statistics from Pool-Sequenced Samples, e.g., in Evolve and Resequence experiments
- Host: GitHub
- URL: https://github.com/lczech/grenedalf
- Owner: lczech
- License: gpl-3.0
- Created: 2020-11-18T19:24:34.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-01-31T15:30:32.000Z (4 months ago)
- Last Synced: 2025-04-12T06:47:10.004Z (about 2 months ago)
- Topics: allele-frequencies, evolve-and-resequence, pool-sequencing, poolfstat, popoolation, popoolation2, population-genetics
- Language: C++
- Homepage:
- Size: 19.2 MB
- Stars: 40
- Watchers: 3
- Forks: 3
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Citation: CITATION.cff
Awesome Lists containing this project
README
[](https://anaconda.org/bioconda/grenedalf)
[](https://anaconda.org/bioconda/grenedalf)
[](https://github.com/lczech/grenedalf/releases)
[](https://github.com/lczech/grenedalf/actions)
[](https://github.com/adrianzap/softwipe/wiki/Code-Quality-Benchmark)

[](http://www.gnu.org/licenses/gpl.html)
Features
-------------------grenedalf is a collection of commands for working with pool sequencing population genetic data.
Its main focus are statistical analyses such as Tajima's D and Fst, as well as convenience functions around pool sequencing data.
The statistics follow the approaches of [PoPoolation](https://sourceforge.net/projects/popoolation/)
and [PoPoolation2](https://sourceforge.net/projects/popoolation2/),
as well as [poolfstat](https://cran.r-project.org/web/packages/poolfstat/index.html)
and [npstat](https://github.com/lucaferretti/npstat). However, compared to those, grenedalf
is significantly more scalable, more user friendly, and offers more settings and input file formats.Setup
-------------------We recommend to first try the pre-compiled binaries of the latest [Release](https://github.com/lczech/grenedalf/releases), by downloading the binary for your system from the "Assets" list below the release. Alternatively, grenedalf can be installed via [bioconda](https://anaconda.org/bioconda/grenedalf). If that does not work, it can be build from source as described [here](https://github.com/lczech/grenedalf/wiki/Setup). If you want the best performance, we recommend to build from source anyway.
Usage and Documentation
-------------------grenedalf is used via its command line interface, with commands for each task.
The commands have the general structure:grenedalf
See [**the Wiki pages**](https://github.com/lczech/grenedalf/wiki) for the list of all commands and their documentation.
Support and Requests
-------------------For **questions, bug reports, and feature requests**, please [open an issue](https://github.com/lczech/grenedalf/issues). Please do not send emails with questions or requests, as others might be having them as well, and so it is better to discuss them here where they can be found.
Feedback on functionality, interface, and features is highly appreciated, as we are always open to discussing new statistics and tools that might be relevant for the community. If you need other pool sequencing statistics than the ones already offered here, please reach out - happy to explore the potential for a collaboration there! We have a lot of code infrastructure in grenedalf that takes care of all the basics, and so it would be nice to implement further statistics!
Citation
-------------------Please find the publication here:
> grenedalf: population genetic statistics for the next generation of pool sequencing.
> Lucas Czech, Jeffrey P. Spence, Moisés Expósito-Alonso.
> Bioinformatics, 2024. doi:[10.1093/bioinformatics/btae508](https://doi.org/10.1093/bioinformatics/btae508)Each command also prints out the relevant references for that command. Then, the command [`grenedalf citation`](https://github.com/lczech/grenedalf/wiki/Subcommand:-citation) can be used to obtain details on those references.