-
Notifications
You must be signed in to change notification settings - Fork 186
/
setup.cfg
64 lines (63 loc) · 1.33 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
[metadata]
name = jcvi
author = Haibao Tang, Vivek Krishnakumar, Jingping Li
author_email = [email protected]
license = BSD
description = Python utility libraries on genome assembly, annotation and comparative genomics
url = http://github.com/tanghaibao/jcvi
long_description = file: README.md
long_description_content_type = text/markdown
classifiers =
Development Status :: 4 - Beta
Intended Audience :: Science/Research
License :: OSI Approved :: BSD License
Programming Language :: Python
Programming Language :: Python :: 3
Topic :: Scientific/Engineering :: Bio-Informatics
[options]
packages =
jcvi
jcvi.formats
jcvi.variation
jcvi.compara
jcvi.assembly
jcvi.projects
jcvi.algorithms
jcvi.annotation
jcvi.utils
jcvi.graphics
jcvi.apps
jcvi.utils.data
zip_safe = False
setup_requires = setuptools>=18.0; cython
install_requires =
CrossMap
Wand
biopython
boto3
brewer2mpl
deap
ete3
ftpretty
gffutils
goatools
genomepy
graphviz
jinja2
matplotlib
more-itertools
natsort
networkx
numpy<2
ortools
pybedtools
pyefd
pypdf
pytesseract
rich
scikit-image
scipy
seaborn
webcolors
include_package_data = True
tests_require = PyYAML; pytest; pytest-cov; pytest-benchmark; mock