Error during mapping using bwa mem
Hi , any suggestion to fix this error during using bwa mem by this command:
bwa mem hg38.fasta Z#1.fq > Z#1.sam
Got error
[bwt_restore_bwt] Failed to allocate 3217346964 bytes at bwt.c line 452: Cannot allocate memory
how to fix it, I have already tried to update bwa but still same error
• 2,452 views
•
link
0 answers
No answers yet.
Log in to answer this question.
How much memory do you have available? The error is clear.
bwais not able to allocate enough memory.Are your files really called
Z#1.fqandZ#2.fq? After the first#, the shell will stop interpreting the rest of the command line.