Scaffolds Aligment
2
3
Entering edit mode
11.9 years ago
Matteo ▴ 220

Hi all,

I have the sequence of a scaffold in fasta format and i would like to get the chromosome coordinates (boundaries of the scaffold) on the target genome.

Are there any tools to perform this issue?

I have tried Blast but the scaffold spans over different contigs and i cannot retrieve the left and right end coordinates over the genome.

Greetings,

Matteo

scaffolding alignment genome • 6.3k views
ADD COMMENT
0
Entering edit mode

probably you can use BLAT utility from UCSC [ URL : http://hgdownload.cse.ucsc.edu/downloads.html ]

ADD REPLY
0
Entering edit mode

I'm working on Arabidopsis scaffolds. Plants are not covered in UCSC :(

ADD REPLY
0
Entering edit mode

Ashwin refers to software available for download from UCSC, not the genome browser.

ADD REPLY
0
Entering edit mode

local alignment is not required, you need semi-local (global local) alignment. If it's only one scaffold glsearch should do.

ADD REPLY
1
Entering edit mode

No, for contig alignment, it is crucial to do local alignment. There are structural variations and misassemblies. Glocal alignment will miss all these interesting events.

ADD REPLY
0
Entering edit mode

yes, you are right

ADD REPLY
3
Entering edit mode
11.9 years ago
lh3 33k

For bacteria and arabidopsis, mummer could be a good candidate. You may also try bwa-sw, which is designed for accurate alignment. Blat also works, but it is slow for long contigs. It may miss some split contig in the presence of repeats, too.

ADD COMMENT
1
Entering edit mode
ADD REPLY
0
Entering edit mode

Thanks! Mummer is what i was looking for.

ADD REPLY
2
Entering edit mode
11.9 years ago
biomed.lu ▴ 20

http://contiguator.sourceforge.net/ This tool will help you to map your scaffolds/contigs back to ref genome and output the chromosome coordinates...

ADD COMMENT
0
Entering edit mode

Can contiguator theoretically works for non-bacterial genomes? I've take a glimpse to the software and seems that it needs overlapping contigs. Unfortunately i'm dealing with non-overlapping scaffolds.

ADD REPLY
2
Entering edit mode

I, i'm the creator of contiguator: i've developed the tool to cope with bacterial genomes, but it may work well also for non-bacterial genomes. If you can give it a try we could even try to improve it in order to work better with those genomes. Let me know :)

ADD REPLY

Login before adding your answer.

Traffic: 2050 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