Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding tpv variable for cooler_cload_tabix tool #1368

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion files/galaxy/tpv/tool_defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,12 @@ 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
sanjaysrikakulam marked this conversation as resolved.
Show resolved Hide resolved
value: "FALSE"
- name: SINGULARITYENV_HDF5_USE_FILE_LOCKING
value: $HDF5_USE_FILE_LOCKING
params:
metadata_strategy: "extended"
tmp_dir: true
Expand Down
Loading