-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup.cfg
46 lines (42 loc) · 975 Bytes
/
setup.cfg
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
37
38
39
40
41
42
43
44
45
46
[metadata]
name = Seq2Karyotype
description = Analysis of copy number profile and karyotyping in WGS
author = Limeng Pu, Karol Szlachta, Dennis Kennetz
license = Apache2.0
platforms = unix, linux
classifiers =
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
[options]
packages =
S2K
install_requires =
numpy>=1.17.1
pandas>=1.1.5
scipy>=1.3.1
scikit-learn>=0.20.0
matplotlib>=3.0.0
hmmlearn>=0.3.0
ruptures>=1.1.8
shiny>=0.5.0
jinja2>=3.1.2
python_requires = >= 3.7
package_dir =
=.
zip_safe = no
url = https://github.com/chenlab-sj/Seq2Karyotype
[options.extras_require]
testing =
pytest>=7.0.1
pytest-cov>=4.0.0
tox>=3.26.0
[options.package_data]
S2K =
S2K.ini
viewer/*
[options.entry_points]
console_scripts =
s2k = S2K.__main__:main