bwa index error : Floating point exception
0
1
Entering edit mode
6.6 years ago
comma1993 ▴ 20

I have one sequence with size of 2.4G. And I built index with bwa using the following command: bwa index -a bwtsw test.fa But it stoppped with the error : [bwa_index] Pack FASTA... [bns_fasta2bntseq] Failed to allocate 0 bytes at bntseq.c line 303: Success And I changed the latest version BWA and it returned a different error : Floating point exception

Does anyone know the reason why the error come about? Thanks a lot!

bwa alignment software error • 3.8k views
ADD COMMENT
0
Entering edit mode

I would suspect that it's an issue with RAM. How much have you available? The RAM filled up and then the OS was unable to allocate any more.

Edit: the function at that line number in the C file is realloc (https://www.tutorialspoint.com/c_standard_library/c_function_realloc.htm), which is indeed an attempt to allocate memory.

ADD REPLY
0
Entering edit mode

Try to run it on a subset of the large sequence dump.

ADD REPLY

Login before adding your answer.

Traffic: 2174 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