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

OOM Error for TN runs on ICAV2 #536

Closed alexiswl closed 1 month ago

alexiswl commented 1 month ago

Likely caused by trying to be fancy with the requirements.

Specifying 1 TB of scratch space with return 2 ** 20 results in

[2024-07-25 05:12:14] WARNING tools/dragen-germline/4.2.4/dragen-germline__4.2.4.cwl:43:5: JSHINT:   return 2 ** 20;

Will try Math.pow(2, 20) instead