I have paired-end data in two separate fastq files. I started out with converting and merging the two fastq files into a single unaligned bam using picard FastqToSam (using the FASTQ and FASTQ2 options). I used this bam file with bwa aln and successfully generated the sai file.
Now, for the sampe step I am supposed to provide the sai file and the original sequence file. Since bwa aln is able to accept bam files as input there should be a way to provide the same bam file even for the sampe step.
Any ideas?
Now, for the sampe step I am supposed to provide the sai file and the original sequence file. Since bwa aln is able to accept bam files as input there should be a way to provide the same bam file even for the sampe step.
Any ideas?
Comment