Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • glacerda
    Member
    • Aug 2008
    • 27

    Zorro: The Masked Assembler (first public release)

    ZORRO is an hybrid sequencing technology assembler. It takes 2 sets of pre-assembled contigs and merge them into a more contiguous and consistent assembly. We have already tested Zorro with Illumina Solexa and 454 from some of organisms varying from 3Mb to 100Mb. The main caracteristic of Zorro is the treatment before and after assembly to avoid errors.

    The ZORRO project is maintained by Gustavo Lacerda, Ramon Vidal and Marcelo Carazzole and were first used in this Yeast assembly: Genome structure of a Saccharomyces cerevisiae strain widely used in bioethanol production

    ZORRO needs to be better documented and has not undergone enough testing. If you want to discuss the pipeline you can join the mailing list: zorro-google group

    ZORRO PIPELINE
    Zorro is based on the minimus2 pipeline (AMOS package) and uses MuMMer,
    AMOS and bowtie in its internals. Zorro takes 2 contigs fasta files as
    input (representing assembled contigs from a whole genome assembly)
    and one fasta file containing some of the reads used for assembly
    (only 10X coverage is enough, more will slow down the pipeline and
    consume more resources).

    Zorro initial phase detect inconsistencies in the assemblies and split
    the contigs where they occur. Next, zorro counts k-mers (default k=22)
    in the reads and use the k-mer count table to detect and mask repeats
    in both assembly1 and assembly2. After repeat masking, zorro uses nucmer
    to detect overlaps between assembly1 and assembly2 (no overlaps between
    contigs from the same assembly are allowed). All overlaps found in this
    phase are expected to be between unique regions (because repeats are
    masked). The overlaps are used to layout and generate consensus for the
    merged contigs, using AMOS tools. The merged contigs are built using the
    unmasked contigs, so the final merged assembly should include the repeat
    regions.

    Another round of assembly, less stringent, tries to merge contigs that
    were not included in the first Zorro phase. All the contigs are outputted
    to <prefix>.ZORRO.fasta. We recommend the use of SSPACE to scaffold the
    ZORRO contigs.


    Zorro Website: www.lge.ibi.unicamp.br/zorro
  • RLB_84
    Junior Member
    • Nov 2010
    • 4

    #2
    hi, I read about your pipeline and it seems quite interesting, as I'm a newbie user of MUMmer. So I hope I could try your assembler as soon as possible. By the way, just one question about "masking": when I consider a contig dataset returned by Newbler, I should keep in mind that many of them can be repeated and I can't figure it from the contig fasta file (I need the other Newbler outputs). So, how does your assembler deal with the probable occurrence of a contig in more than one genome locus?

    Comment

    • glacerda
      Member
      • Aug 2008
      • 27

      #3
      Hi RLB_84, that's a very good question.

      In addition to the contig fasta files, Zorro takes as input the reads file (a subsample of WGS reads). The reads are used only to allow us to identify repeats in the contigs. I will explain technically

      1-Zorro counts the occurences of 22-mers in the reads file supplied by the user
      2-22-mer words that are unique in the genome should occur proportionally to the genome coverage
      3-22-mer words that represent repeats should occur at least twice the peak coverage
      4-we select the 22-mer words that occur at least twice the mode of the distribution. These 22-mer words are used to mask the contig files using bowtie.

      This technique is used by many ab initio repeat detection software. We do not need to screen repeat libraries and, even if newbler (or other software) has collapsed the repeats, we coulod still detect them.

      Comment

      • RLB_84
        Junior Member
        • Nov 2010
        • 4

        #4
        Thanks for the clarification, that sounds good! So, considering I'm trying to merge two sets of contigs returned by Newbler and AbySS, this approach can make feasible to compare directly the coverage of the datasets, as Newbler comes out with a bunch of files (very useful about coverage and so on), while AbySS output needs more processing.

        Does the "less stringent" assembly phase take into account the repeat prediction and try to infer this information in the assembly itself?

        Comment

        Latest Articles

        Collapse

        • GATTACAT
          Reply to Nine Things a Sample Prep Scientist Thinks About Before Sequencing
          by GATTACAT
          Love this - good data definitely starts from good input, and poor input can only give relatively poor data. I particularly like the mention of Nanodrop/absorbance based methods for quantification. It's such a toss up if you'll get an accurate reading or what amounts to a randomly generated number, and a lot of library/sequencing related issues can be traced back to poor quant.
          07-01-2026, 11:43 AM
        • SEQadmin2
          Nine Things a Sample Prep Scientist Thinks About Before Sequencing
          by SEQadmin2


          I’m not a sequencing expert. I’m a purification scientist who uses NGS to evaluate workflows my group develops. With this perspective, we think about the sample first and the NGS workflow second. The sequencer is an exceptionally honest reporter, but it can only report on what you give it, so whether you get clean, interpretable data from an NGS workflow is largely determined before you begin.

          Here are nine questions we think about, in roughly the order they matter, before...
          06-18-2026, 07:11 AM

        ad_right_rmr

        Collapse

        News

        Collapse

        Topics Statistics Last Post
        Started by SEQadmin2, 07-02-2026, 11:08 AM
        0 responses
        26 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 06-30-2026, 05:37 AM
        0 responses
        24 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 06-26-2026, 11:10 AM
        0 responses
        24 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 06-17-2026, 06:09 AM
        0 responses
        55 views
        0 reactions
        Last Post SEQadmin2  
        Working...