Hello! I have E.coli ABI-SOLiD data downloaded from NCBI SRA in the fastq format. I want to now align this on Bowtie-2 using a reference genome where R can be any purine and Y could be any of the pyrimidines. So I would align the fastq files to a reference file1 containing ATGY ( where I want Y to align to either C or T ) and another reference file2 which would contain ATCR ( where I want R to align to either A or G). My question is whether alignment on Bowtie with such a reference sequence is possible on Bowtie or do we have to specially instruct the system that R=A/G and Y=C/T? If the latter, how is that done? If Bowtie doesn`t permit this, is there any other tool that can be used for the same purpose? Thanks!!
Thanks for your reply. Clarifications point-wise:
Anyway, you'll be best served by either bismark with bowtie1 or maybe novoalign, which I think has a bisulfite aligner that also support colorspace data. For the SRA data, you're looking for
abi-dump
.