I have both short (illumina) and (pacbio) long reads of the same sample and I want to align it to a reference genome. I know there are many aligners, but I was wondering if there is one that uses a hybrid method, i.e. uses both short and long reads to improve the accuracy. I know that unicycler, for example, does a hybrid de novo assembly. However, I am looking for a program that does hybrid alignment to a reference genome. My google search did not find anything. Any comment would be appreciated.
SPAdes or MIRA? you can pass short and long reads plus a reference sequence
@JC I guess you are referring to reference based assembly but OP is asking about mapping.
MIRA
page says:Technically
minimap2
could be used for both reads but not at the same time.Not sure how that will improve mapping accuracy. Reads are aligned one at a time.
I am confused about what are the requirements then. OP, please clarify
Sorry for not being clear. @genomax is right. I am looking for a program that accepts and uses both short and long reads to improve mapping accuracy.
Thanks. I will take a look at minimap2.