Skip to content

Commit

Permalink
add HDF5_USE_FILE_LOCKING ENV and set it to false in TPV tool defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjaysrikakulam committed Nov 28, 2024
1 parent 5a65d85 commit 92f5773
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 4 additions & 1 deletion files/galaxy/tpv/tool_defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ tools:
mem: cores * 3.8
gpus: 0
env:
GALAXY_MEMORY_MB: "{int(mem * 1024)}" # set 5/2023 might be moved to runner or tool wrappers, related to Galaxy issue 15952
- name: GALAXY_MEMORY_MB
value: "{int(mem * 1024)}" # set 5/2023 might be moved to runner or tool wrappers, related to Galaxy issue 15952
- name: HDF5_USE_FILE_LOCKING
value: "FALSE"
params:
metadata_strategy: "extended"
tmp_dir: true
Expand Down
5 changes: 0 additions & 5 deletions files/galaxy/tpv/tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,11 +207,6 @@ tools:
prefer:
- condor-tpv

toolshed.g2.bx.psu.edu/repos/lldelisle/cooler_cload_tabix/cooler_cload_tabix/.*:
env:
- name: HDF5_USE_FILE_LOCKING
value: "FALSE"

toolshed.g2.bx.psu.edu/repos/iuc/fasta_stats/fasta-stats/.*:
rules:
- if: input_size >= 0.01
Expand Down

0 comments on commit 92f5773

Please sign in to comment.