Entering edit mode
2.3 years ago
FGV
▴
170
Is it possible to provide other java options (e.g.) -Djava.io.tmpdir to bbtools?
As far as I can see, only -Xmx works.
Is it possible to provide other java options (e.g.) -Djava.io.tmpdir to bbtools?
As far as I can see, only -Xmx works.
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
You could edit the wrapper script (e.g.
bbmap.sh) and directly add the java option to thelocal CMD.I was trying to avoid changing
BBtoolscode. :)You are not changing BBTools code. This is just a shell wrapper script around the actual code :-)
It should work. Did you try it?