Skip to content

Commit

Permalink
Merge pull request #978 from usegalaxy-eu/trimmomatic_remove_maxpermsize
Browse files Browse the repository at this point in the history
Remove deprecated `-XX:MaxPermSize=2G` command line option to fix trimmomatic
  • Loading branch information
kysrpex authored Nov 2, 2023
2 parents 33990ba + 7388814 commit faccc45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/galaxy/tpv/tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -977,7 +977,7 @@ tools:

toolshed.g2.bx.psu.edu/repos/pjbriggs/trimmomatic/trimmomatic/.*:
env:
_JAVA_OPTIONS: -XX:MaxPermSize=2G -Xmx6G -Xms1G -Djava.io.tmpdir=/data/2/galaxy_db/tmp -Duser.home=/data/2/galaxy_db/tmp
_JAVA_OPTIONS: -Xmx6G -Xms1G -Djava.io.tmpdir=/data/2/galaxy_db/tmp -Duser.home=/data/2/galaxy_db/tmp

toolshed.g2.bx.psu.edu/repos/iuc/unicycler/unicycler/.*:
cores: 16
Expand Down

0 comments on commit faccc45

Please sign in to comment.