Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • Alex852013
    Member
    • Jan 2013
    • 17

    Problem somewhere during paired-end seq analysis -> no reads mapped

    Hello everybody,

    this is my fist time to try to handle to analyze paired-end sequencing files.
    Finally BamCoverage complained there are no mapped reads in my Bam file. Also IGV doesn't show any reads.
    I really don't know, where i lost my reads.
    Here is what i did:

    # Quality an adaptor trimming with trim galore:

    trim_galore ../paired_1.fastq ../paired_2.fastq -q 20 --paired --phred33

    # Mapping with bowtie

    bowtie_opts="-p 4 -m 3 -S"
    bowtie_index="path/6008.5_BAC.ebwt"
    bowtie $bowtie_opts $bowtie_index -I 0 -X 700 -1 ../paired_1 .fq -2 ../paired_2.fq > paired.SAM

    # Mapping report:
    # reads processed: 4743277
    # reads with at least one reported alignment: 1979307 (41.73%)
    # reads that failed to align: 2758162 (58.15%)
    # reads with alignments suppressed due to -m: 5808 (0.12%)
    Reported 1979307 paired-end alignments to 1 output stream(s)

    (-> 42 % of mapped reads might seem problematic. Since the sequenced plasmid was extracted from E.coli, there is a lot of contamination.)

    # SAMs to BAMs

    samtools view -bS ../paired.SAM > paired.BAM
    samtools index paired.BAM


    # BamCoverage
    BamCoverage -b paired.BAM -o BamCoverage/paired.bw

    This does not work and results in the following error message:

    "Samtools reports that the number of mapped reads is zero for the file paired.BAM. Please check that the file is properly indexed and that it contains mapped reads."

    When i google for this error message i cannot find a helpful answer. Maybe someone knows what is wrong. Since 1979307 reads could be mapped, i don't get why zero reads should be mapped.
    Thanks a lot, Alex
  • Alex852013
    Member
    • Jan 2013
    • 17

    #2
    I got it on my own, after a short break. I forgot to sort the bam files...

    Comment

    • colindaven
      Senior Member
      • Oct 2008
      • 417

      #3
      One point - it looks like you are using bowtie for alignment, which is obsolete for most purposes. Bowtie2 is a much more accurate aligner, and can detect indels. BWA is another great alternative, as is (commercial) Novoalign.

      Comment

      • Alex852013
        Member
        • Jan 2013
        • 17

        #4
        Thanks for the hint. My adviser told me it is sufficient to use Bowtie 1.
        I tested Bowtie 2 now and i got 10 % more alligned reads. For another sample even 23 %, which is really a lot!
        Thanks again!

        Comment

        • westerman
          Rick Westerman
          • Jun 2008
          • 1104

          #5
          Let's not forget BBMap as a good non-commercial alternative.

          Comment

          • GenoMax
            Senior Member
            • Feb 2008
            • 7142

            #6
            @Alex852013: A large % of reads is still failing to align (if you are only getting 23% of reads to align) so you may want to investigate why that is so. Quick blasting @NCBI should give a clue as to whether you data has unexpected contamination.

            Comment

            • westerman
              Rick Westerman
              • Jun 2008
              • 1104

              #7
              Originally posted by GenoMax View Post
              @Alex852013: A large % of reads is still failing to align (if you are only getting 23% of reads to align) so you may want to investigate why that is so. Quick blasting @NCBI should give a clue as to whether you data has unexpected contamination.
              Didn't he say 23% more not 23% total? In any case the original post talked about mapping a mixture of plasmid and E.coli reads against the plasmid and thus he expected a low percentage.
              Last edited by westerman; 01-07-2016, 10:13 AM. Reason: Added question mark.

              Comment

              • GenoMax
                Senior Member
                • Feb 2008
                • 7142

                #8
                I missed that fact from the original post. @Rick: Thanks for pointing that out. If true #6 can be safely ignored.

                Comment

                • Alex852013
                  Member
                  • Jan 2013
                  • 17

                  #9
                  Yes, it meant 23 % more, which makes 96 % in total. Perfect!
                  Nevertheless, thanks for caring!

                  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
                  23 views
                  0 reactions
                  Last Post SEQadmin2  
                  Started by SEQadmin2, 06-30-2026, 05:37 AM
                  0 responses
                  23 views
                  0 reactions
                  Last Post SEQadmin2  
                  Started by SEQadmin2, 06-26-2026, 11:10 AM
                  0 responses
                  22 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...