Skip to content

Commit

Permalink
more memory, fewer cores for mirdeep2
Browse files Browse the repository at this point in the history
set 8GB for mirdeep2 tools and 28GB for mirdeep2_mapper. This doesn't need cores because the wrapper doesn't use the GALAXY_SLOTS variable
  • Loading branch information
cat-bro authored Oct 1, 2024
1 parent 7440183 commit 2d392f7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3342,11 +3342,11 @@ tools:
params:
singularity_enabled: true
toolshed.g2.bx.psu.edu/repos/rnateam/mirdeep2.*:
mem: 8
params:
singularity_enabled: true
toolshed.g2.bx.psu.edu/repos/rnateam/mirdeep2_mapper/rbc_mirdeep2_mapper/.*:
cores: 9
mem: 34.5
mem: 28
scheduling:
accept:
- pulsar
Expand Down

0 comments on commit 2d392f7

Please sign in to comment.