Entering edit mode
                    6.3 years ago
        jadeles
        
    
        •
    
    0
    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 !
You can use
mergerprogram fromEMBOSSpackage to merge the individual reads. Here is a web-front end for that tool, if you prefer using that.Thank you for your answer !