Sorting BAM files never fully finished
1
0
Entering edit mode
3.2 years ago

I have some large BAM files that were created based on large indexes. I trying to sort and index them and threading the sort with 36 threads and 180GB of memory. For some of my files the sort keeps getting stuck (see image). Is there away without increasing the memory to sort, to move past this to sort?

enter image description here

mapping samtools • 563 views
ADD COMMENT
1
Entering edit mode
3.2 years ago
ATpoint 81k

That is all the same file. Once memory is full samtools starts spilling chunks to disk which eventually will be merged into the output file and then will be deleted. You'll simply need to wait until finished.

ADD COMMENT

Login before adding your answer.

Traffic: 2968 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6