BD2KGenomics/toil-lib

Add limitBAMsortRAM to STAR

Closed this issue · 3 comments

Large input files cause failure by using more memory than expected during the sort step.

add:

'--limitBAMsortRAM', '42950000000', to STAR, which is 40GiB -- the current memory allocation currently assigned to STAR.

Related to BD2KGenomics/toil-rnaseq#16 - issue was using the wrong instance (specifically not enough memory) given the large sample input.

closed prematurely

Closed via #66