This is a test version of Biostars. For the public version, visit https://www.biostars.org.
How to align paired-end Sanger sequences

Hi all,

I would like to align and create a consensus sequence from paired end Sanger sequences. Each pair is named as follows : >XX_F and >XX_R. Each pair should align on a few to hundreds of nucleotides. Do you know any software/codes I could use to do that ?

Thank you !

alignment sequencing

You can use merger program from EMBOSS package to merge the individual reads. Here is a web-front end for that tool, if you prefer using that.

Thank you for your answer !

1 answer

You can use tracy to patch a reference using Sanger sequences. It's a reference-guided algorithm to assemble Sanger traces and it also creates a consensus sequence.

tracy assemble -r reference_slice.fa forward.ab1 reverse.ab1

Log in to answer this question.