Skip to content

Commit

Permalink
Merge branch 'master' of github.com:martindemko/infrastructure-playbook
Browse files Browse the repository at this point in the history
  • Loading branch information
martindemko committed Jul 31, 2024
2 parents b7f0b42 + be72ba9 commit b823634
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions files/galaxy/tpv/interactive_tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,9 @@ tools:
interactive_tool_jupyter_notebook:
inherits: interactive_tool
mem: 4
params:
# needed for > quay.io/bgruening/docker-jupyter-notebook:24.07, this image starts as root but drops privileges
docker_run_extra_arguments: "-e NB_UID=999"
env:
HOME: /home/jovyan

Expand Down
2 changes: 2 additions & 0 deletions files/galaxy/tpv/tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,8 @@ tools:
_GALAXY_JOB_TMP_DIR: '/tmp'
toolshed.g2.bx.psu.edu/repos/goeckslab/gate_finder/gate_finder/.*:
inherits: basic_docker_tool
toolshed.g2.bx.psu.edu/repos/galaxyp/qupath_roi_splitter/qupath_roi_splitter/.*:
inherits: basic_docker_tool
toolshed.g2.bx.psu.edu/repos/goeckslab/vitessce_spatial/vitessce_spatial/.*:
inherits: basic_docker_tool
toolshed.g2.bx.psu.edu/repos/bgruening/cellpose/cellpose/.*:
Expand Down

0 comments on commit b823634

Please sign in to comment.