Thanks for the response. I will take a look at segemehl for my analysis, and I appreciate the additional links and info.
I am looking to align a fastq file of 50mer sequences against a reference genome. I am looking to return ALL possible alignments, not just the best alignments. I looked at using Bowtie2 with the -a flag, however in the documenation it says "Some tools are designed with this reporting mode in mind. Bowtie 2 is not! For very large genomes, this mode is very slow.".
Which tools are designed with this in mind? Ideally the output would return alignments in descending order by alignment score, equivalent to Bowtie2. If there is not a better option for this workflow, I will stick to using Bowtie2. Thanks in advance.
2 answers
There are several "all" mappers, segemehl is one I see recommended frequently. Also, see the HTS Mappers (long but even so incomplete) list, search for "A" under "alignment reported" for all-mappers.
Another suggestion at Best aligner for reporting all exact matches of multi-mapping short reads? .
Subread align or STAR with custom settings to your desire? . These two are pretty fast and accurate.subread slightly pipping STAR according to literature
Log in to answer this question.