Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • lukas1848
    Member
    • Jun 2011
    • 54

    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.
  • winsettz
    Member
    • Sep 2012
    • 91

    #2
    Have you tried Mauve Contig Mover?

    Comment

    • GenoMax
      Senior Member
      • Feb 2008
      • 7142

      #3
      Find mauve here

      Comment

      • krobison
        Senior Member
        • Nov 2007
        • 734

        #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

        • winsettz
          Member
          • Sep 2012
          • 91

          #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

          • yzzhang
            Member
            • Jan 2013
            • 67

            #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

            ad_right_rmr

            Collapse

            News

            Collapse

            Topics Statistics Last Post
            Started by SEQadmin2, Yesterday, 06:09 AM
            0 responses
            15 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 06-09-2026, 11:58 AM
            0 responses
            34 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 06-05-2026, 10:09 AM
            0 responses
            41 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 06-04-2026, 08:59 AM
            0 responses
            48 views
            0 reactions
            Last Post SEQadmin2  
            Working...