-
Notifications
You must be signed in to change notification settings - Fork 0
/
configs.ini
55 lines (55 loc) · 1.82 KB
/
configs.ini
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
[metadata]
name = tejaas
author = Saikat Banerjee and Franco Simonetti
author_email = [email protected]
description = Command line tool for finding trans-eQTLs using reverse regression
keywords = eQTL, trans-eQTL, transcriptomics, reverse regression
setup_requires = numpy
install_requires = scipy, statsmodels, pygtrie, scikit-learn, mpmath, mpi4py
main_url = https://github.com/soedinglab/tejaas
download_url = https://github.com/soedinglab/tejaas
git_url = https://github.com/soedinglab/tejaas
docs_url = https://github.com/soedinglab/tejaas/wiki
source_code_url = https://github.com/soedinglab/tejaas
bug_tracker_url = https://github.com/soedinglab/tejaas/issues
copyright = SoedingLab
contributors = Saikat Banerjee and Franco Simonetti
license = GNU GPLv3
classifiers =
Development Status :: 4 - Beta
Intended Audience :: Education
Intended Audience :: Science/Research
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Operating System :: POSIX
Operating System :: POSIX :: Linux
Topic :: Education
Topic :: Scientific/Engineering :: Bio-Informatics
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
git_branch = master
clib_path = src/tejaas/clibs
clib_sources =
linear_regression :: linear_regression.c
reverse_regression :: reverse_regression.c
linear_regression_zstat :: linear_regression_zstat.c
console_scripts =
tejaas :: tejaas.main:main
host = github
min_python = 3.6
max_python = 3.10
min_numpy = 1.16.5
max_numpy = 9.9.99
zip_safe = False
release_branch = False
[info]
STATUSES =
1 - Planning,
2 - Pre-Alpha,
3 - Alpha,
4 - Beta,
5 - Production/Stable,
6 - Mature,
7 - Inactive