Can we assembly the draft sequences that is assembled by another genome assembler
3
1
Entering edit mode
7.1 years ago

If I have already assembled the genome sequences with a lot of contigs and short readings, can I use another software to further assembly the one that was assembled? I used abyss to do the 1st round, but I have a lot of short readings. If I use SPAdes to continue to assembly ... will it do any better?

Assembly genome sequencing next-gen • 2.0k views
ADD COMMENT
0
Entering edit mode

You could look at scaffolding software. But as @shenwei said below directly using original data with SPAdes is the best option for bacterial genome assemblies.

ADD REPLY
0
Entering edit mode

It is fungal genome. When I run SPAdes, it aborts in the middle. I assume SPAdes is not perfect for this.

ADD REPLY
0
Entering edit mode

What is your RAM availability and dataset size?

ADD REPLY
1
Entering edit mode
7.1 years ago

Directly using SPAdes.

ADD COMMENT
0
Entering edit mode

I used scaffolding softwares like sspace several times for bacterial genome, but the results were not ideal. So I just assembled with SPAdes.

If you have reference complete genomes, reference-assisted assembly using Ragout is also an option. If not, you can also filter the spades contigs based on coverage and length. Bandage is also an assistant tool to check assembly graph and filter contigs.

ADD REPLY
1
Entering edit mode
7.1 years ago
ALchEmiXt ★ 1.9k

Alternative is to provide SPAdes with so-called trusted contigs of your ABySS assembly.

It sometimes can be beneficial to combine assemblies from different assembly strategies. If you have multiple sequencing rounds/technologies and de novo assemblies you could also try to merge those assemblies using contig assemblers (i.e. MIRA could do that) or merger tools like quickmerge.

ADD COMMENT
0
Entering edit mode
7.1 years ago

Can anyone help with this command spades.py --trusted-contigs mtla90-contigs.fa o all It gives error messages: == Error == you should specify at least one unpaired, paired-end, or high-quality mate-pairs library!

I used the --trusted-contigs, why it still asks for one unpaired, paired-end, or high-quality mate-pairs library

ADD COMMENT
0
Entering edit mode

You need to provide a trusted contigs file along with the rest of the data you want to use to assemble.

ADD REPLY

Login before adding your answer.

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