Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • kopardev
    Member
    • Oct 2011
    • 19

    Aligning paired end Illumina data with Bowtie

    I have 2 fastq files read1.fastq and read2.fastq.
    If I align read1.fastq to the reference genome, I get a set of readids that align. Lets say a1, a2, a3, a4, a5, a6, a7, a8, a9 for simplicity.
    If I align read2.fastq to the reference genome, I get another set of readids: a1, a2, a4, a5, a6, a8, a9, a10.
    But when I align both together as paired end data using -1 and -2 Bowtie command line options, I get only a1, a9 (I expected a1, a2, a4, a5, a6, a8, a9, i.e. common to read1 and read2) along with a bunch of memory warnings that look like this:

    Warning: Exhausted best-first chunk memory for read HWI-XXXXX:103046AACXX:5:1101:4313:3969 1:N:0:CAGATC/1 (patid 7142); skipping read

    Can someone explain this?
    Thanks,
    Vishal
  • swbarnes2
    Senior Member
    • May 2008
    • 910

    #2
    I don't know bowtie well, but what do the single end .sam entries look like for A2-8? Are they repetative? Are they way far apart?

    Comment

    • xinwu
      Member
      • Jul 2010
      • 33

      #3
      It seems that bowtie does not guarantee to find the best match, after several tries, it may give up.

      Comment

      • simonandrews
        Simon Andrews
        • May 2009
        • 870

        #4
        A couple of the default bowtie parameters for paired end data can cause you to lose hits you might want to keep.

        The 'exhausted memory' error can be fixed by adding --chunkmbs 512 to the bowtie options.

        Bowtie also has a strict limit (250bp) on the distance between paired sequences which is quite low. We tend to use --maxins 1000 to allow hits which are a bit further apart.

        Comment

        • nilmot13
          Member
          • Jan 2011
          • 19

          #5
          I'm having similar problem. Currently using Bowtie for Illumina on Galaxy

          Single-end mapping with each dataset yield high number (similar number) of reads and coverage. However when I used paired-end mapping number of stacks were dramatically reduced (after applying filter). Regions of genome where you expect to have stacks aren't there?

          Tried increasing the insert size, it did yield more coverage.
          Is it because it needs to be in a proper pair?

          Also does seed length affect the outcome? E.g. sequences trimmed to 40bp and 25bp, for read1 and read2, respectively. When -l = 28, would read2 be considered as valid sequences?

          Comment

          • schipma
            Junior Member
            • Aug 2008
            • 1

            #6
            Yes, proper pairing does indeed matter. When both paired-ends are aligned together, the results will include only the alignments in which the paired-end are within a certain distance apart, and in the proper orientation. With SOLiD reads, properly paired-end reads must be directed toward each other, and on opposite strands. I'm not surprised that increasing the insertion size improves the results slightly. But when the reads of a pair are mapped to different chromosomes, then increasing the insertion size won't help.

            If your results are in BAM format, try running "flagstat" from samtools on it. This will give you pairing stats. In my experience, when the percentage of properly paired reads is very low (e.g. 5% - 10%), that indicates that the sequences may not be good.

            Adjusting the seed length probably won't improve the paired-end results. If you increase the seed length from 25 to 28, then read2 will probably have fewer alignments -- but they will be more confident alignments. If you shorten the seed length, then the reads will align in more places, and the number of paired-reads may increase slightly. But I believe that this approach simply creates false positives.

            Comment

            Latest Articles

            Collapse

            • SEQadmin2
              From Collection to Sequencing: Why Sample Preparation and Preservation Define Sequencing Data
              by SEQadmin2


              Data variability is still an issue in sequencing technologies despite the advances in reproducibility and accuracy of these platforms. But the problem does not originate in the sequencing itself, but in the previous steps, before the sample reaches the sequencer.


              The first step is collection, followed by preservation and sample preparation for analysis. Most scientists overlook those steps, but not being careful might just be skewing the experiment’s results.
              ...
              06-02-2026, 10:05 AM
            • SEQadmin2
              Single-Cell Sequencing at an Inflection Point: Early Impacts of New Platforms and Emerging Trends
              by SEQadmin2


              With the launch of new single-cell sequencing platforms in 2026, the field stands at an exciting inflection point. This article surveys the most impactful advances in the field and discusses how they’re reshaping research in cancer, immunology, and beyond.


              Introduction

              Single-cell sequencing technologies have undergone remarkable advances over the past decade, transitioning from low-throughput experimental approaches to highly scalable platforms capable of...
              05-22-2026, 06:42 AM
            • SEQadmin2
              Environmental Genomics in the Age of NGS: From Microbes to Conservation Strategies
              by SEQadmin2

              Studying ecosystems means dealing with complex, multi-species communities that are hard to observe at scale. This complexity, however, hides many important questions to be answered, from how biogeochemical cycles work and how climate change can affect species distribution to how conservation strategies can work best.


              Genomics, particularly since the expansion of NGS, has transformed ecosystem ecology. By sequencing environmental DNA, we can now assess biodiversity without direct...
              05-06-2026, 09:04 AM

            ad_right_rmr

            Collapse

            News

            Collapse

            Topics Statistics Last Post
            Started by SEQadmin2, 06-02-2026, 12:03 PM
            0 responses
            20 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 06-02-2026, 11:40 AM
            0 responses
            14 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 05-28-2026, 11:40 AM
            0 responses
            29 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 05-26-2026, 10:12 AM
            0 responses
            31 views
            0 reactions
            Last Post SEQadmin2  
            Working...