Skip to content

Commit

Permalink
naturalneighbor install to hippunfold_deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan DeKraker committed Jun 26, 2024
1 parent 517b9f7 commit d85d5a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions hippunfold/workflow/rules/warps.smk
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,8 @@ rule create_warps_hipp:
hemi="{hemi}",
suffix="create_warps-hipp.txt"
),
container:
config["singularity"]["autotop"]
script:
"../scripts/create_warps.py"

Expand Down Expand Up @@ -349,6 +351,8 @@ rule create_warps_dentate:
hemi="{hemi}",
suffix="create_warps-dentate.txt"
),
container:
config["singularity"]["autotop"]
script:
"../scripts/create_warps.py"

Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ appdirs = "^1.4.4"
Jinja2 = "^3.0.3"
pygraphviz = "1.7"
Pygments = "^2.10.0"
naturalneighbor = "0.2.1"


[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit d85d5a6

Please sign in to comment.