[a43cea]: / pyproject.toml

Download this file

48 lines (43 with data), 1.1 kB

 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
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "MODAS"
version = "2.1.5"
description = "MODAS: Multi-omics data association study"
keywords = ["multi-omics", "GWAS", "Mendelian randomization", "contrastive PCA"]
requires-python = ">=3.8"
readme = "README.md"
license = {file = "LICENSE"}
authors = [
{name = "syliu", email = "songyu__liu@163.com" },
{name = "CrazyHsu", email = "crazyhsu9527@gmail.com" },
]
maintainers = [
{name = "syliu", email = "songyu__liu@163.com"}
]
classifiers = [
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8"
]
dependencies = [
"cython",
"yattag==1.14.0",
"matplotlib",
"numpy",
"pandas",
"scipy",
"scikit-learn",
"rpy2",
"pandas_plink",
"pyranges",
"bioframe",
"image_match3",
"statsmodels"
]
[project.urls]
Documentation = "https://modas-bio.github.io/"
Repository = "https://github.com/liusy-jz/MODAS.git"
[project.scripts]
MODAS = "modas.MODAS:main"