Hi guys,
I have a problem with BFAST. I am trying to align about 300 Million Solid reads (about 30GB of data) and using multiple indexes. When looking for CAL I unfortunately get a Segmentation Fault that kills the application. At the moment I am testing the software on a 8 cores machine equipped with 32GB of ram running a Linux Debian.
According to the messages sent to the stderr it seems that the software crashes when it is copying (where?) the reads that are not aligned with the primary index in such a way to search them with the secondary indexes.
In the following, an extract of the output messages I get before the software crashes:
Thing is I noticed that while executing BFAST is not using too much RAM (about 1.3GB) but it seems to disk cache quite a lot (eating up all the RAM in this way).
Does anyone have any suggestions on what might be going on?
Any help would be appreciated on how to solve this.
Thanks
I have a problem with BFAST. I am trying to align about 300 Million Solid reads (about 30GB of data) and using multiple indexes. When looking for CAL I unfortunately get a Segmentation Fault that kills the application. At the moment I am testing the software on a 8 cores machine equipped with 32GB of ram running a Linux Debian.
According to the messages sent to the stderr it seems that the software crashes when it is copying (where?) the reads that are not aligned with the primary index in such a way to search them with the secondary indexes.
In the following, an extract of the output messages I get before the software crashes:
Code:
Reads processed: 314999637 Cleaning up index. Searching index file 1/1 (index #1, bin #1) complete... Found 14927144 matches. Found matches for 14927144 reads. Copying unmatched reads for secondary index search.
Does anyone have any suggestions on what might be going on?
Any help would be appreciated on how to solve this.
Thanks
Comment