-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup.cfg
48 lines (44 loc) · 1.25 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
[metadata]
name = tb_variant_filter
version = 0.4.0
author = "Peter van Heusden"
author_email = [email protected]
description = This tool offers multiple options for filtering variants (in VCF files, relative to M. tuberculosis H37Rv).
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/COMBAT-TB/tb_variant_filter
classifiers =
Development Status :: 4 - Beta
Environment :: Console
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Intended Audience :: Science/Research
Topic :: Scientific/Engineering
Topic :: Scientific/Engineering :: Bio-Informatics
Programming Language :: Python :: 3
Operating System :: POSIX :: Linux
keywords=
bioinformatics
tuberculosis
license=GPLv3
[options]
package_dir =
=src
packages = find:
python_requires = >=3.7
install_requires =
intervaltree
lxml
pandas
vcfpy
requests
neo4j
entry_points =
[console_scripts]
tb_variant_filter = tb_variant_filter.cli:main
tb_region_list_to_bed = tb_variant_filter.regions_to_bed:main
tb_bed_to_region_list = tb_variant_filter.bed_to_regions_cli:main
[options.extras_require]
test =
pytest>=6
[options.packages.find]
where = src