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
              Advanced Sequencing Platforms Tackle Neuroscience’s Toughest Genomics Problems
              by SEQadmin2



              Genomics studies in neuroscience face a special challenge due to the brain’s complexity and scarcity of samples. Mapping changes in cell type and state using conventional next-generation sequencing methods remains challenging. Advances in technologies like single-cell sequencing, spatial transcriptomics, and long-read sequencing have opened the door to deeper studies of the brain and diseases like Alzheimer’s, amyotrophic lateral sclerosis (ALS), and schizophrenia.
              ...
              07-09-2026, 11:10 AM
            • SEQadmin2
              Cancer Drug Resistance: The Lingering Barrier to Rising Survival
              by SEQadmin2



              Cancer survival rates have significantly increased in the last few decades in the United States, reaching a combined 70% 5-year survival rate by 2021. Behind this number, there are years of research to find new therapies, drug targets, and early detection methods. But there is one core challenge that keeps slowing down these advances, and it’s about drug resistance.

              There is no single reason why many patients don’t respond to treatment as expected. Cancer is...
              07-08-2026, 05:17 AM
            • 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

            ad_right_rmr

            Collapse

            News

            Collapse

            Topics Statistics Last Post
            Started by SEQadmin2, 07-09-2026, 10:04 AM
            0 responses
            11 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 07-08-2026, 10:08 AM
            0 responses
            9 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 07-07-2026, 11:05 AM
            0 responses
            17 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 07-02-2026, 11:08 AM
            0 responses
            31 views
            0 reactions
            Last Post SEQadmin2  
            Working...