-
Notifications
You must be signed in to change notification settings - Fork 210
/
setup.cfg
64 lines (63 loc) · 1.52 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 = goatools
author = Haibao Tang, DV Klopfenstein
author_email = [email protected]
license = BSD
description = Python scripts to find enrichment of GO terms
url = http://github.com/tanghaibao/goatools
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 :: 2
Programming Language :: Python :: 3
Topic :: Scientific/Engineering :: Bio-Informatics
[options]
packages =
goatools
goatools.godag
goatools.gosubdag
goatools.gosubdag.plot
goatools.gosubdag.rpt
goatools.test_data
goatools.test_data.sections
goatools.test_data.cli
goatools.cli
goatools.rpt
goatools.anno
goatools.anno.init
goatools.anno.extensions
goatools.goea
goatools.grouper
goatools.parsers
goatools.semsim
goatools.semsim.termwise
install_requires =
docopt
ftpretty
numpy
openpyxl
pandas
pydot
requests
rich
scipy
setuptools
statsmodels
xlsxwriter
include_package_data = True
scripts =
scripts/wr_sections.py
scripts/prt_terms.py
scripts/go_plot.py
scripts/compare_gos.py
scripts/wr_hier.py
scripts/map_to_slim.py
scripts/ncbi_gene_results_to_python.py
scripts/plot_go_term.py
scripts/fetch_associations.py
scripts/find_enrichment.py
tests_require = pytest; pytest-cov; nose