Hi, I'm trying to align a mock fastq file that contains sequences with Ns (ambiguous base) to a typical reference. Bowtie2 won't do it, and from my searchers, it seems that others have had trouble finding an aligner that will.
Maybe just sequence searching is the way to go, but it would be easier to use an aligner, because the sequence length is 23, including 5 Ns.
Specifically, I'd like to find an aligner that will align with exact matching to a reference in the following manner and keep all alignments found.
alignment 1:
ATGCNNNNCGA
TACGGGGGGCT
alignment2:
ATGCNNNNCGA
TACGAAAAGCT
etc.
That example does not seem right since it looks like you are showing an anti-parallel representation like DNA. An aligner will not do something like this.