forked from VUmcCGP/wisecondor
-
Notifications
You must be signed in to change notification settings - Fork 41
/
Copy pathsetup.cfg
64 lines (58 loc) · 1.43 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 = wisecondorx
version = 1.2.7
description = description="WisecondorX -- an evolved WISECONDOR"
long_description = file: README.md
author = "Matthias De Smet, Lennart Raman",
author_email = "[email protected]",
license = "by-nc-sa"
license_file = LICENSE.md
platforms = unix, linux, osx, win32
keywords=
bioinformatics
biology
sequencing
NGS
next generation sequencing
CNV
SWGS
Shallow Whole Genome Sequencing
classifiers =
Environment :: Console
Intended Audience :: Science/Research
Natural Language :: English
Operating System :: MacOS :: MacOS X
Operating System :: POSIX
Operating System :: Unix
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Topic :: Scientific/Engineering
Topic :: Scientific/Engineering :: Bio-Informatics
[options]
packages = wisecondorx
package_dir =
=src
include_package_data=True
python_requires= >=3.6
install_requires =
scipy
scikit-learn
pysam
numpy
pandas
zip_safe = False
[options.entry_points]
console_scripts =
wisecondorx = wisecondorx.main:main
WisecondorX = wisecondorx.main:main
wisecondorX = wisecondorx.main:main
[options.extras_require]
testing =
flake8
black
pre-commit
[flake8]
ignore = E266, E203, E501, C901, W503
max-line-length = 79
max-complexity = 18