Hi,
I have 8 short (~60nt) query sequences which I want to align to roughly 300M Illumina reads (100bp). Criteria are:
- Allow a few mismatches (< 8)
- Gaps are not allowed.
- Alignment should span the entire query.
- Report all matches, NOT just the best one.
Do any programs exists that can accomplish this task? I was thinking BWA, or other next-gen read mappers, but these usually work with whole genomes as their database and reads as the query. The case I have here is somewhat different and may not work with these programs.
Any ideas?
Thanks in advance for the help.
I have 8 short (~60nt) query sequences which I want to align to roughly 300M Illumina reads (100bp). Criteria are:
- Allow a few mismatches (< 8)
- Gaps are not allowed.
- Alignment should span the entire query.
- Report all matches, NOT just the best one.
Do any programs exists that can accomplish this task? I was thinking BWA, or other next-gen read mappers, but these usually work with whole genomes as their database and reads as the query. The case I have here is somewhat different and may not work with these programs.
Any ideas?
Thanks in advance for the help.
Comment