Hi,
I need to map SOLiD paired end data with BWA. As it doesn't naturally support converting csfasta paired end (it supports mate pair), what is the best strategy to proceed?
I built color-space index of the reference. But converting csfasta to fastq does not work properly.
@Mahdi: Can you guide me how you built the color-spaced index of genome? I am trying this:
bwa index -a bwtsw -c GRCh38.r76.fa
but I get the following error:index: invalid option -- 'c'
. Can you guide me if this -c option is deprecated or what is wrong here. Thanks