Skip to content

Commit

Permalink
more memory for scanpy plot and stop the auto handler restarts again
Browse files Browse the repository at this point in the history
  • Loading branch information
cat-bro committed Nov 21, 2023
1 parent d45812b commit 7cbeb15
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2138,7 +2138,7 @@ tools:
cores: 1
mem: 3.8
toolshed.g2.bx.psu.edu/repos/iuc/scanpy_plot/scanpy_plot/.*:
mem: 4 + input_size * 8
mem: 4 + input_size * 12
params:
singularity_enabled: true
scheduling:
Expand Down
4 changes: 2 additions & 2 deletions galaxy_update_configs_playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
mode: 0644
with_items: "{{ galaxy_dynamic_job_rules }}"
when: not item.endswith(".j2")
notify: restart handlers
# notify: restart handlers
- name: Install dynamic job rules (template)
template:
src: "{{ galaxy_dynamic_job_rules_src_dir }}/{{ item }}"
Expand All @@ -56,4 +56,4 @@
regex: '\.j2$'
with_items: "{{ galaxy_dynamic_job_rules }}"
when: item.endswith(".j2")
notify: restart handlers
# notify: restart handlers

0 comments on commit 7cbeb15

Please sign in to comment.