This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Command Line Tools To Do Long Sequence Alignment

Hi, Is there any software can perform large number of long sequence alignment? It's good to get a sam file.

I want to remap denovo assembled scaffolds/contigs to reference genome to identify structural variation.

alignment

2 answers

LASTZ has been developed for this purpose.

bwa-mem can do long alignments and will generate SAM/BAM. I have used this to align scaffolds up to 7.5M against a reference genome.

Log in to answer this question.