umccr / cwl-ica

A collection of cwl-ica workflows along with a user guide for the commands to use and contributions guide
MIT License
8 stars 2 forks source link

Use int over ** or Math.pow expression for tmpdirMin requirements #541

Closed alexiswl closed 3 months ago

alexiswl commented 3 months ago

** is only available in ES7 onwards, ICAv2 complains and subsequently doesn't create a tmpdirMin directory at the size wanted.

We also add the tmpdirMin requirement to qualimap

Moved to using ints since icav2 doesn't seem to be interpreting the tmpdirMin expression

TODO