-
Notifications
You must be signed in to change notification settings - Fork 14
/
setup.cfg
103 lines (95 loc) · 1.92 KB
/
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
[metadata]
name = mavis
version = 3.1.2
url = https://github.com/bcgsc/mavis.git
download_url = https://github.com/bcgsc/mavis/archive/v2.2.10.tar.gz
description = A Structural Variant Post-Processing Package
author_email = creisle@bcgsc.ca
author = Caralyn Reisle
maintainer_email = mavis@bcgsc.ca
maintainer = mavis
long_description = file: README.md
long_description_content_type = text/markdown
license_file = LICENSE
project_urls = mavis = http://mavis.bcgsc.ca
[bdist_wheel]
universal = 1
[pycodestyle]
ignore = E501
W503
E203
statistics = True
[flake8]
ignore = E501,W503,E203
[isort]
profile = black
[options]
packages = find:
package_dir =
= src
python_requires = >=3.7
dependency_links = []
include_package_data = True
install_requires =
biopython>=1.70, <1.78
braceexpand==0.1.2
colour
Distance>=0.1.3
mavis_config>=1.2.2, <2.0.0
networkx>=2.5,<3
numpy>=1.13.1
pandas>=1.1, <2
pysam
Shapely>=1.6.4.post1
shortuuid>=0.5.0
svgwrite
typing_extensions>=4
setup_requires =
pip>=9.0.0
setuptools>=36.0.0
[options.packages.find]
exclude = tests
where = src
[options.extras_require]
doc =
mkdocs>=1.1.2
markdown-refdocs
mkdocs-material>=5.4.0
markdown-include
mkdocs-simple-hooks>=0.1.2
mkdocs-awesome-pages-plugin
test =
timeout-decorator>=0.3.3
coverage>=4.2
pycodestyle>=2.3.1
pytest
pytest-cov
dev =
black
flake8
isort
twine
wheel
timeout-decorator>=0.3.3
coverage>=4.2
pycodestyle>=2.3.1
pytest
pytest-cov
pytest-xdist
mkdocs>=1.1.2,<2
markdown-refdocs
mkdocs-material>=5.4.0
markdown-include
mkdocs-simple-hooks>=0.1.2
types-setuptools>=57.4.7, <58
deploy =
twine
wheel
tools =
pyensembl
simplejson
requests
[options.entry_points]
console_scripts =
mavis = mavis.main:main
calculate_ref_alt_counts = tools.calculate_ref_alt_counts:main