Skip to content

Commit

Permalink
fix: vendor git dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zietzm committed Oct 10, 2024
1 parent 21eb61f commit 3852db5
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 4 deletions.
10 changes: 10 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[submodule "vendor/indirect-gwas"]
path = vendor/indirect-gwas
url = https://github.com/tatonetti-lab/indirect-gwas
[submodule "vendor/ldsc"]
path = vendor/ldsc
url = https://github.com/zietzm/ldsc
branch = py3
[submodule "vendor/pymbend"]
path = vendor/pymbend
url = https://github.com/zietzm/pymbend
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "maxgcp"
version = "0.1.3"
version = "0.1.4"
description = "Optimized phenotype definitions boost GWAS power"
authors = [
{name = "zietzm", email = "[email protected]"}
Expand Down Expand Up @@ -51,6 +51,6 @@ dev-dependencies = [
]

[tool.uv.sources]
igwas = { git = "https://github.com/tatonetti-lab/indirect-gwas" }
ldsc = { git = "https://github.com/zietzm/ldsc", branch = "py3" }
pymbend = { git = "https://github.com/zietzm/pymbend" }
igwas = { path = "./vendor/indirect-gwas" }
ldsc = { path = "./vendor/ldsc" }
pymbend = { path = "./vendor/pymbend" }
1 change: 1 addition & 0 deletions vendor/indirect-gwas
Submodule indirect-gwas added at 6d86b6
1 change: 1 addition & 0 deletions vendor/ldsc
Submodule ldsc added at 0f51f7
1 change: 1 addition & 0 deletions vendor/pymbend
Submodule pymbend added at cc9c67

0 comments on commit 3852db5

Please sign in to comment.