Skip to content

Commit

Permalink
Merge pull request #918 from usegalaxy-eu/bgruening-patch-6
Browse files Browse the repository at this point in the history
set TMPDIR for qgis
  • Loading branch information
kysrpex authored Oct 2, 2023
2 parents 3e84ee9 + d54630c commit 3886cd1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions files/galaxy/tpv/interactive_tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,12 @@ tools:
inherits: interactive_tool
cores: 1
mem: 4
env:
# This is needed because the default TMPDIR is mounted to /var/lib/condor/execute/dir_NUMBERS
# which is not writable by the container "app" user
TEMP: /tmp
TMP: /tmp
TMPDIR: /tmp
interactive_tool_tadviewer:
inherits: interactive_tool
cores: 1
Expand Down

0 comments on commit 3886cd1

Please sign in to comment.