Close Bacterial Draft Genome With Other Draft Genome
2
0
Entering edit mode
10.0 years ago
biotech ▴ 570

Hi,

I would like to reduce contig number of the bacterial draft genome I'm trying to close. The draft genome is in 47 contigs and has been assembled by me, using Phred, Phrap, Consed.

I'm thinking in using the other draft genome that has been published (same bacterial specie) perform this task.

Do you think I should start from zero, that is, join the not assembled raw data of the two drafts published and see what happens, or use a tool having as input the two assembled drafts?

Thanks for you help, Bernardo

genomics assembly • 3.9k views
ADD COMMENT
0
Entering edit mode

If you already have a good reference, why not directly use reference based assembly? If you want to identify variations, it might not be a good idea to assembly them together or merge them. It can also be difficult to say which sample your data comes from.

ADD REPLY
0
Entering edit mode

Do you know any good tool to do reference based assembly?

ADD REPLY
0
Entering edit mode

Sorry for late reply. Here's the pipeline I usually use.

  1. Alignment with bowtie2
  2. samtools mpileup -uf <Fasta of Reference> <Alignment Results>.bam | bcftools view -cg - | vcfutils.pl vcf2fq > <Assembled Results>.cons.fq
ADD REPLY
0
Entering edit mode

It is unlikely that the other draft genome has any information you can use for your draft genome. I would reckon the assembly will be broken at the same places ie. large repeats such as rRNA locii and insertion sequences that your read length can not span.

ADD REPLY
3
Entering edit mode
ADD COMMENT
0
Entering edit mode
9.6 years ago

If you have contigs of your draft genome, you can order and orient them according to the published reference sequence (genome) of the same or closely related species. In order to do this, you can use abacas to contiguate your genome and it can also automatically design primers for you so that you can sequence the 'gapped' regions and close the genome. Another bacterial genome finishing tool that you could use is CONTIGuator.

ADD COMMENT

Login before adding your answer.

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