forked from Steven-N-Hart/CAVA
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
42 lines (39 loc) · 820 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
[metadata]
description_file = README.md
name = CAVA
version = 2.0.13
description = "CAVA (Clinical Annotation of VAriants)"
url = "https://github.com/sicotteh/CAVA"
author = "Steven-N-Hart, Hugues-Sicotte"
author_email = "[email protected], [email protected]"
license = "MIT"
[options.package_data]
* = *.txt, *.config, *.bed, *.bgz, *.csv, *.tbi, *.fa, *.idx, *.tab, *.tsv, *.gz
requires =
Cython
pybedtools
pysam
crossmap
wget
requests
bx-python
pyBigWig
pybedtools
numpy== 1.17.4
certifi
charset-normalizer
idna
six
urllib3
wget
wheel
pip
[options]
python_required = >=3.7
zip_safe = False
include_package_data = True
[options.extras_require]
tests =
wget
pycurl >= 7.45.1
[bdist_wheel]