Hello everyone
I am trying to convert sam to bam
samtools sort -@ 8 -o UHR_Rep1.bam UHR_Rep1.sam
and I got this error
samtools sort: couldn't allocate memory for bam_mem
I check my disk memory and I see have enough space in my disk.How I can achieve this problem?
Output of
free -mh
? Disk space != memory fyido you asked for it ? ı dont know how much it is need.
How ı can allocate mem properly for convert to sam to bam file via samtools