Skip to content

Commit

Permalink
Add _JAVA_OPTIONS env vars to bbtools
Browse files Browse the repository at this point in the history
  • Loading branch information
cat-bro authored Sep 17, 2024
1 parent 3ac1d99 commit 6e42d09
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1293,6 +1293,9 @@ tools:
cores: 1
mem: 3.8
toolshed.g2.bx.psu.edu/repos/iuc/bbtools_.*:
env:
SINGULARITYENV__JAVA_OPTIONS: -Xmx{int(mem)}G -Xms1G
_JAVA_OPTIONS: -Xmx{int(mem)}G -Xms1G
params:
singularity_enabled: true
toolshed.g2.bx.psu.edu/repos/iuc/bcftools_mpileup/bcftools_mpileup/.*:
Expand Down

0 comments on commit 6e42d09

Please sign in to comment.