Metadata-Version: 2.4
Name: flexsweep
Version: 1.9
Summary: 
Author: Jesus Murga-Moreno
Author-email: Jesus Murga-Moreno <murgamoreno@gmail.com>
License-Expression: MIT
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: scipy>=1.14.0,<2
Requires-Dist: scikit-allel>=1.3.8,<2
Requires-Dist: scikit-learn>=1.5.1,<2
Requires-Dist: joblib>=1.4.2,<2
Requires-Dist: threadpoolctl>=3.5.0,<4
Requires-Dist: click>=8.1.7,<9
Requires-Dist: numpy==1.26.4
Requires-Dist: numba>=0.60.0,<0.61
Requires-Dist: demes>=0.2.3,<0.3
Requires-Dist: tensorflow[and-cuda]>=2.18.0,<3
Requires-Dist: pyarrow>=21.0.0,<22
Requires-Dist: matplotlib>=3.9.2,<4
Requires-Dist: polars>=1.14.0,<2
Requires-Dist: polars-bio>=0.20.1,<1
Requires-Dist: tbb>=2022.1.0,<2023
Requires-Dist: tqdm>=4.67.1,<5
Requires-Dist: sphinx>=9.1.0 ; extra == 'docs'
Requires-Dist: sphinx-rtd-theme>=3.1.0 ; extra == 'docs'
Requires-Python: >=3.12, <3.13
Project-URL: Homepage, https://github.com/jmurga/flexsweep
Project-URL: Repository, https://github.com/jmurga/flexsweep
Provides-Extra: docs
Description-Content-Type: text/markdown

[![Documentation Status](https://readthedocs.org/projects/flexsweep/badge/?version=latest)](https://flexsweep.readthedocs.io/en/latest/?badge=latest)

# Flexsweep v2.0

The second version of [Flexsweep software](https://doi.org/10.1093/molbev/msad139), a versatile tool for detecting selective sweeps. The software trains a convolutional neural network (CNN) to classify genomic loci as sweep or neutral regions. The workflow begins with simulating data under an appropriate demographic model and classify regions as neutral or sweeps, including several selection events regarding sweep strength, age, starting allele frequency (softness), and ending allele frequency (completeness).

Please see [documentation](https://flexsweep.readthedocs.io/en/latest/) for further details.

