Skip to content

Commit 9e506e4

Browse files
committed
Adding JFruit2 skeleton
1 parent 541e26f commit 9e506e4

13 files changed

+8894
-327
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,6 @@ slurm-*.out
168168
.python-version
169169
sbi-logs
170170
catboost_info
171-
171+
jfruit2.log
172172
# TEgenomeSimulator output
173173
workshop/tegenomesimulator/demo_m0

poetry.lock

Lines changed: 6 additions & 321 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,10 @@ package-mode = false
1515

1616
[tool.poetry.dependencies]
1717
python = ">=3.10,<3.13"
18-
calisim = {extras = ["hydra", "torchx"], version = "^0.6.0"}
19-
tegenomesimulator = {git = "https://git@github.com/Plant-Food-Research-Open/TEgenomeSimulator.git", rev = "v1.0.0"}
18+
calisim = {extras = ["hydra", "torchx"], version = "^0.6.1"}
19+
tegenomesimulator = {git = "https://git@github.com/Plant-Food-Research-Open/TEgenomeSimulator.git", rev = "290baade3d2a802949b36bffc756b6a1fef3955c"}
2020
mesa = {version = "<3.1.1", extras = ["rec", "network", "viz"]}
21-
mmh3 = "^5.1.0"
22-
screed = "^1.1.3"
23-
sourmash = "<4.9.3"
21+
2422

2523
[tool.poetry.group.docs.dependencies]
2624
sphinx-rtd-theme = "^3.0.1"

0 commit comments

Comments
 (0)