MAUVE alignment of multiple genomes
1
0
Entering edit mode
10.0 years ago

Hi all, I'm trying to perform a global synteny comparison by MAUVE software, between several genomes from NCBI and my draft genome, then I don't know the correct order of my assembled scafffolds, If you have any idea about, I'll be grateful..

alignment • 3.7k views
ADD COMMENT
0
Entering edit mode
9.9 years ago

I aligned two draft genomes using muave, In my situation the first one is in contig level and the other was in scaffolds level, i divided the two genomes into 20M chunks and make N*M comparisons on mauve where N is the number of chunks in the contigs genome and M is the number of chunks in the scaffolds genome , after that i processed the backbone files,mauve output, to get my desired results.

I used Amazon infrastructure it took about 30 Min to align the two chunks(20M),

My notes on mauve:

  1. I used progressive mauve it is more suitable
  2. Mauve uses alot of temporary files and --scratch parameter dont work for me and it sometimes dont delete theses temp files.
  3. Muave skip characters other Nucleotides as if they didnt exists which will make the indexes in the output misleading

I think you should match all your scaffolds against the NCBI genome and process the backbone output to get the best matching location on the NCBI genome . and you can get more information about the relative positions of your scaffolds,

You can also use something like blat to map you scaffolds, or to just reduce your search space.

ADD COMMENT

Login before adding your answer.

Traffic: 2710 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6