Seqanswers Leaderboard Ad

Collapse

Announcement

Collapse
No announcement yet.
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • reference-based contig assembly?

    Hi all,

    I am facing a task which should be really easy to tackle, but I am kind of stuck. Maybe one of you has an idea of how to solve it.

    I have a set of contigs (ranging from 2 to 120 kb) coming from a single bacterial species. I would like to assemble these contigs but I know that they do not overlap, i.e. that some parts of the genome are not present in my contigs. I therefore want to map my contigs against a reference genome and then just call a consensus alternative genome from my contigs, where all the gaps are filled with Ns.

    I already tried samtools together with vcfutils' vcf2fq but this just outputs the reference genome again.
    Here's my command for calling the consensus

    Code:
    samtools view -uS sorted.sam |samtools mpileup -uf genome.fasta - | bcftools view -cg - | vcfutils.pl vcf2fq > consensus.fq
    So, has anyone an idea which alternative tool I could use to do that?

    I also thought about writing my own script and somehow create fake paired end contigs from the information I get mapping the contigs against the reference.

  • #2
    Have you tried Mauve Contig Mover?

    Comment


    • #3
      Find mauve here

      Comment


      • #4
        MIRA assembler has a map-to-reference based assembly mode; AMOS suite also contains a comparative assembly tool.

        Also, Scaffolding low quality genomes using orthologous protein sequences. It looks like GRASS might also work for you.

        Probably many more

        Comment


        • #5
          And velvet's columbus mode, amongst others.

          I'm curious if original poster assembled the reads naively (as in without reference) and is comparing against a reference? I did a short de novo test using ILM's DH10B MiSeq reads with and without the reference some time ago...

          Comment


          • #6
            Also, there is a PAGIT pipeline published on nature protocol, This pipeline uses ABACAS to map contigs on reference, fill the gaps with Ns, then use the original reads to fill these gaps. Does this method work?

            Comment

            Latest Articles

            Collapse

            • seqadmin
              Current Approaches to Protein Sequencing
              by seqadmin


              Proteins are often described as the workhorses of the cell, and identifying their sequences is key to understanding their role in biological processes and disease. Currently, the most common technique used to determine protein sequences is mass spectrometry. While still a valuable tool, mass spectrometry faces several limitations and requires a highly experienced scientist familiar with the equipment to operate it. Additionally, other proteomic methods, like affinity assays, are constrained...
              04-04-2024, 04:25 PM
            • seqadmin
              Strategies for Sequencing Challenging Samples
              by seqadmin


              Despite advancements in sequencing platforms and related sample preparation technologies, certain sample types continue to present significant challenges that can compromise sequencing results. Pedro Echave, Senior Manager of the Global Business Segment at Revvity, explained that the success of a sequencing experiment ultimately depends on the amount and integrity of the nucleic acid template (RNA or DNA) obtained from a sample. “The better the quality of the nucleic acid isolated...
              03-22-2024, 06:39 AM

            ad_right_rmr

            Collapse

            News

            Collapse

            Topics Statistics Last Post
            Started by seqadmin, 04-11-2024, 12:08 PM
            0 responses
            25 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 04-10-2024, 10:19 PM
            0 responses
            28 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 04-10-2024, 09:21 AM
            0 responses
            24 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 04-04-2024, 09:00 AM
            0 responses
            52 views
            0 likes
            Last Post seqadmin  
            Working...
            X