I try to use BWA to align some SOLiD reads.
1. I build the index
bwa index -c -a is ecoli.fa
2. I convert the csfasta and correspond qual file into fastq with solid2fastq.pl supplied by BWA(for test, very small, 50000 reads).
3. I try to align the reads to the ref
bwa aln -n 3 -t 4 -M 3 -c ecoli.fa t_ecoli.fastq map.sai
It gives some strange information as follow:
lane@LanePC[bwa] bwa aln -n 3 -t 4 -M 3 -c ecoli.fa t_ecoli.fastq map.sai
(here are some strange symbols)
(here are some strange symbols too)
[bwa_aln_core] calculate SA coordinate... 0.03 sec
[bwa_aln_core] write to the disk... ���� 0.01 sec
[bwa_aln_core] 25000 sequences have been processed.
But there is no output file.
The BWA version is 0.5.9-r16
Does anyone know why?
Thanks a lot.
1. I build the index
bwa index -c -a is ecoli.fa
2. I convert the csfasta and correspond qual file into fastq with solid2fastq.pl supplied by BWA(for test, very small, 50000 reads).
3. I try to align the reads to the ref
bwa aln -n 3 -t 4 -M 3 -c ecoli.fa t_ecoli.fastq map.sai
It gives some strange information as follow:
lane@LanePC[bwa] bwa aln -n 3 -t 4 -M 3 -c ecoli.fa t_ecoli.fastq map.sai
(here are some strange symbols)
(here are some strange symbols too)
[bwa_aln_core] calculate SA coordinate... 0.03 sec
[bwa_aln_core] write to the disk... ���� 0.01 sec
[bwa_aln_core] 25000 sequences have been processed.
But there is no output file.
The BWA version is 0.5.9-r16
Does anyone know why?
Thanks a lot.
Comment