-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathsetup.cfg
More file actions
42 lines (34 loc) · 864 Bytes
/
setup.cfg
File metadata and controls
42 lines (34 loc) · 864 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
[metadata]
name = Timesweeper
version = 1.4
author = Logan Whitehouse
author_email = lswhiteh@unc.edu
description = A tool for detecting positive selective sweeps using time-series genomcis data.
url = https://github.com/SchriderLab/Timesweeper
project_urls =
Issues = https://github.com/SchriderLab/Timesweeper/issues
GitHub = https://github.com/SchriderLab/Timesweeper
classifiers =
Programming Language :: Python :: 3
Operating System :: OS Independent
keywords =
population genetics
deep learning
positive selection
license = MIT
[options]
python_requires = >=3.6
include_package_data = True
packages = timesweeper
install_requires =
numpy
pandas
tensorflow
scikit-learn
scikit-allel
tqdm
matplotlib
scipy
[options.entry_points]
console_scripts =
timesweeper = timesweeper.cli:ts_main