Hi, there,
I'm trying to use bwa to align SOLID reads to human genome. The alignment step runs fine using "bwa aln -c" after converting color reads/quality files to fastq format and indexing human genomes. However, bwa samse failed and generated segmentation fault.
[bwa_aln_core] convert to sequence coordinate... 4.27 sec
[bwa_aln_core] refine gapped alignments... Segmentation fault
If I use only the first 30 reads to do the alignment, sam file can be generated without error, although no reads are mapped to the genome. The sam output is
NB1001:1279_6_16 4 * 0 0 * * 0
0 ANGGGCNATGANGGTNNCGGANGTTGNAGCGNTGGGNGGGGNNGGGGNG ,-":#49-"2,0%-"8
%8-"-"8'5$-":.4(-"+5''-"<(*+-"%)5
NB1001:1279_6_26 4 * 0 0 * * 0
0 GNACACNGGAGNTCGNNTTTANATCGNGGGGNAGAGNGGAGNNGAGGNG 7-"7+84-"95/3-")
)0-"-"/&+&-"(+36-"#555-"&*(#-"+%*
..........
However, the error appears if I use next 10 reads for the alignment. It seems that the sequence conversion doesn't work for the mapped reads.
Can anyone help me with this problem? thanks a lot.
Xiang
SAIC-Frederick, Inc.
National Cancer Institute
Gaithersburg, MD.
I'm trying to use bwa to align SOLID reads to human genome. The alignment step runs fine using "bwa aln -c" after converting color reads/quality files to fastq format and indexing human genomes. However, bwa samse failed and generated segmentation fault.
[bwa_aln_core] convert to sequence coordinate... 4.27 sec
[bwa_aln_core] refine gapped alignments... Segmentation fault
If I use only the first 30 reads to do the alignment, sam file can be generated without error, although no reads are mapped to the genome. The sam output is
NB1001:1279_6_16 4 * 0 0 * * 0
0 ANGGGCNATGANGGTNNCGGANGTTGNAGCGNTGGGNGGGGNNGGGGNG ,-":#49-"2,0%-"8
%8-"-"8'5$-":.4(-"+5''-"<(*+-"%)5
NB1001:1279_6_26 4 * 0 0 * * 0
0 GNACACNGGAGNTCGNNTTTANATCGNGGGGNAGAGNGGAGNNGAGGNG 7-"7+84-"95/3-")
)0-"-"/&+&-"(+36-"#555-"&*(#-"+%*
..........
However, the error appears if I use next 10 reads for the alignment. It seems that the sequence conversion doesn't work for the mapped reads.
Can anyone help me with this problem? thanks a lot.
Xiang
SAIC-Frederick, Inc.
National Cancer Institute
Gaithersburg, MD.
Comment