-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'dev' into yt_out_sample
- Loading branch information
Showing
55 changed files
with
3,264 additions
and
2,178 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,82 +1,83 @@ | ||
[tool.poetry] | ||
[project] | ||
name = "gentropy" | ||
# !! version is managed by semantic_release | ||
version = "0.0.0" | ||
description = "Open Targets python framework for post-GWAS analysis" | ||
authors = ["Open Targets core team"] | ||
authors = [ | ||
{ name = "Open Targets core team", email = "[email protected]" } | ||
] | ||
license = "Apache-2.0" | ||
readme = "README.md" | ||
documentation = "https://opentargets.github.io/gentropy/" | ||
repository = "https://github.com/opentargets/gentropy" | ||
packages = [{ include = "gentropy", from = "src" }] | ||
requires-poetry = ">=2.0" | ||
requires-python = ">=3.10, <3.11" | ||
dependencies = [ | ||
"pyspark (==3.3.4)", | ||
"scipy (>=1.11.4, <1.12.0)", | ||
"hydra-core (>=1.3.2, <1.4.0)", | ||
"pyliftover (>=0.4, <0.5)", | ||
"numpy (>=1.26.2, <1.27.0)", | ||
"hail (==0.2.127)", | ||
"wandb (>=0.19.0, <0.20.0)", | ||
"google (>=3.0.0, <3.1.0)", | ||
"omegaconf (>=2.3.0, <2.4.0)", | ||
"typing-extensions (>=4.9.0, <4.13.0)", | ||
"scikit-learn (>=1.6.0, <1.7.0)", | ||
"pandas[gcp,parquet] (>=2.2.2, <2.3.0)", | ||
"skops (>=0.11, <0.12)", | ||
"google-cloud-secret-manager (>=2.20.0, <2.22.0)", | ||
"shap (>=0.46.0, <0.47.0)", | ||
"matplotlib (>=3.7.3, <3.8.0)" | ||
] | ||
|
||
[tool.poetry.urls] | ||
[project.urls] | ||
Source = "https://github.com/opentargets/gentropy" | ||
"Bug Tracker" = "http://github.com/opentargets/issues" | ||
"Funding" = "https://www.opentargets.org" | ||
"Documentation" = "https://opentargets.github.io/gentropy/" | ||
Funding = "https://www.opentargets.org" | ||
Documentation = "https://opentargets.github.io/gentropy/" | ||
|
||
[tool.poetry.scripts] | ||
[project.scripts] | ||
gentropy = "gentropy.cli:main" | ||
|
||
[tool.poetry.dependencies] | ||
python = "^3.10, <3.11" | ||
pyspark = "3.3.4" | ||
scipy = "^1.11.4" | ||
hydra-core = "^1.3.2" | ||
pyliftover = "^0.4" | ||
numpy = "^1.26.2" | ||
hail = "0.2.127" | ||
wandb = ">=0.16.2,<0.19.0" | ||
google = "^3.0.0" | ||
omegaconf = "^2.3.0" | ||
typing-extensions = "^4.9.0" | ||
scikit-learn = "^1.3.2" | ||
pandas = { extras = ["gcp", "parquet"], version = "^2.2.2" } | ||
skops = ">=0.9,<0.11" | ||
google-cloud-secret-manager = "^2.20.0" | ||
shap = "^0.46.0" | ||
matplotlib = "3.7.3" | ||
|
||
[tool.poetry.dev-dependencies] | ||
pre-commit = "^4.0.0" | ||
mypy = "^1.13" | ||
pep8-naming = "^0.14.1" | ||
interrogate = "^1.7.0" | ||
isort = "^5.13.2" | ||
darglint = "^1.8.1" | ||
ruff = "^0.7.0" | ||
|
||
[tool.poetry.group.docs.dependencies] | ||
mkdocs = "^1.5.3" | ||
mkdocstrings-python = "^1.8.0" | ||
mkdocs = ">=1.5.3, <1.6.0" | ||
mkdocstrings-python = ">=1.12.2, <1.13.0" | ||
mkdocs-material = "*" | ||
mkdocs-section-index = "^0.3.4" | ||
mkdocs-git-revision-date-localized-plugin = "^1.2.2" | ||
mkdocs-autolinks-plugin = "^0.7.1" | ||
mkdocs-awesome-pages-plugin = "^2.9.2" | ||
mkdocs-exclude = "^1.0.2" | ||
mkdocs-git-committers-plugin-2 = "^2.2.3" | ||
lxml = "^5.1.0" | ||
pymdown-extensions = "^10.7" | ||
mkdocs-section-index = ">=0.3.4, <0.4.0" | ||
mkdocs-git-revision-date-localized-plugin = ">=1.2.2, <1.4.0" | ||
mkdocs-autolinks-plugin = ">=0.7.1, <0.8.0" | ||
mkdocs-awesome-pages-plugin = ">=2.9.2, <3.0.0" | ||
mkdocs-exclude = ">=1.0.2, <1.1.0" | ||
mkdocs-git-committers-plugin-2 = ">=2.2.3, <2.5.0" | ||
lxml = ">=5.1.0, <5.4.0" | ||
pymdown-extensions = ">=10.7, <10.13" | ||
|
||
|
||
[tool.poetry.group.tests.dependencies] | ||
pytest-cov = ">=4.1,<7.0" | ||
pytest-sugar = ">=0.9.5,<1.1.0" | ||
dbldatagen = ">=0.3.1,<0.5.0" | ||
pyparsing = "^3.1.1" | ||
pyparsing = ">=3.1.1, <3.3.0" | ||
pytest = ">=7.4.4,<9.0.0" | ||
pytest-xdist = "^3.5.0" | ||
pytest-xdist = ">=3.5.0, <3.7.0" | ||
|
||
|
||
[tool.poetry.group.dev.dependencies] | ||
ipython = "^8.19.0" | ||
ipykernel = "^6.28.0" | ||
google-cloud-dataproc = "^5.8.0" | ||
ipython = ">=8.19.0, <8.31.0" | ||
ipykernel = ">=6.28.0, <6.30.0" | ||
google-cloud-dataproc = ">=5.8.0, <5.16.0" | ||
pydoclint = ">=0.3.8,<0.6.0" | ||
prettier = "^0.0.7" | ||
deptry = ">=0.12,<0.21" | ||
yamllint = "^1.33.0" | ||
prettier = ">=0.0.7, <0.1.0" | ||
deptry = ">=0.22.0, <0.23.0" | ||
yamllint = ">=1.33.0, <1.36.0" | ||
pre-commit = ">=4.0.0, <4.1.0" | ||
mypy = ">=1.13, <1.14" | ||
pep8-naming = ">=0.14.1, <0.15.0" | ||
interrogate = ">=1.7.0, <1.8.0" | ||
isort = ">=5.13.2, <5.14.0" | ||
darglint = ">=1.8.1, <1.9.0" | ||
ruff = ">=0.8.1, <0.9.0" | ||
|
||
[tool.semantic_release] | ||
logging_use_named_masks = true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.