Thanks for the suggestion!
Align pacbio subreads against assembled pacbio reads
I have a fasta file consists of contigs generated using canu with Pacbio long read sequence. Now I would like to align the pacbio subread to these contigs and visualize it using IGV to have an idea how many subread cover a particular region of interest. May I know which software should I use? can pbalign tool use for such purpose?
• 1,764 views
•
link
2 answers
pbalign can do this indeed.
personally I would go for something like minimap(2) or such. much faster and at least as accurate (PBalign is a pita, again personal opinion :) )
• 0 views
•
link
• 0 views
•
link
I would recommend minimap2, it has modes for pacbio as well.
• 0 views
•
link
whoops lieven.sterck beat me to it
• 0 views
•
link
no worries, I'll respect hierarchy ;-)
• 0 views
•
link
Thanks for the recommendation!
• 0 views
•
link
Log in to answer this question.