Lately I changed OS from Ubuntu to Fedora (KDE) (both 64bit).
While in Ubuntu BWA worked perfectly it now crashes while trying to align a 7.4GB Illumina fastQ file which I could align perfectly in Ubuntu.
The output is
I use 16GB quadcore 64bit Fedora 14 and I tried every bwa version from 0.5.6 to 0.5.9.
The command was:
Any help appreciated (looking in your direction lh3...)
While in Ubuntu BWA worked perfectly it now crashes while trying to align a 7.4GB Illumina fastQ file which I could align perfectly in Ubuntu.
The output is
Code:
[bwa_aln] 17bp reads: max_diff = 2 [bwa_aln] 38bp reads: max_diff = 3 [bwa_aln] 64bp reads: max_diff = 4 [bwa_aln] 93bp reads: max_diff = 5 [bwa_aln] 124bp reads: max_diff = 6 [bwa_aln] 157bp reads: max_diff = 7 [bwa_aln] 190bp reads: max_diff = 8 [bwa_aln] 225bp reads: max_diff = 9 [bwa_aln_core] calculate SA coordinate... Segmentation fault (core dumped)
The command was:
Code:
bwa aln ~/RefSeq/hg19_070510/Chromosomes/hg19.fa test.fq > test.aln
Comment