Closed lmurba closed 4 years ago
When trying to run SRA files on the CloudOS pipeline, the pipeline fails due to not enough RAM
Update here
memory = 10.GB --> memory = { check_max( 30.GB * task.attempt, 'memory' ) }
memory = 10.GB
memory = { check_max( 30.GB * task.attempt, 'memory' ) }
Problem
When trying to run SRA files on the CloudOS pipeline, the pipeline fails due to not enough RAM
Solution
Update here
Implementation
memory = 10.GB
-->memory = { check_max( 30.GB * task.attempt, 'memory' ) }