galaxyproteomics / tools-galaxyp

Galaxy Tool Shed repositories maintained and developed by the GalaxyP community
MIT License
34 stars 57 forks source link

Increase default JVM stack size for PepQuery2 #730

Closed reid-wagner closed 8 months ago

reid-wagner commented 8 months ago

The "non enzyme" digestion option results in a much larger search space and deeper recursion within PepQuery2, which can result in a stack overflow. This PR sets the JVM per-thread stack size to 2048KB. The default on Linux x86_64 is 1024KB.

A small typo in the format attribute for input files is corrected as well.