Announcement

Collapse
No announcement yet.
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • CIGAR inconsist with read length. Does Bowtie2 reedit read sequence?

    Hi, guys

    I used bowtie2 to align paired-end reads to hg19 genome, and got the sam format output. Then when I tried to convert the sam into bam, I found some error information:
    Code:
    [samopen] SAM header is present: 25 sequences.
    Line 817574, sequence length 124 vs 125 from CIGAR
    Parse error at line 817574: CIGAR and sequence length are inconsistent
    So, I looked into the sam file, and found the line 817574 is like:
    Code:
    HISEQ04:185:C62CTANXX:3:1101:8017:19749	99	chr2	184686606	42	125M	=	184686727	246	TAGAAAAACTAAACAATGAACCGATAAAAAAACTACAACAACTTTTTAAGACGTAGATAATATAATACAATGTAAATAGAATCAACAAAAATTTTTTAAAATGAATGGTAAGAAAGGATTATTA	BBBBBFFFFFFFFFFFFFFFFFFFFFFFF<FFFFFFFFBFBFFFFFFFFFFBFFFFFFFFFFFFBFFFFFFFFBFFFFFFFFFFFFFFFBFFFFFFFFFFFFFFFFBFFFF<F7F<FFFF<BF<F	AS:i:0	XN:i:0	XM:i:0	XO:i:0	XG:i:NM:i:0	MD:Z:125	YS:i:0	YT:Z:CP
    The CIGAR is 125M, which means the read is 125bp and each base is match/mismatch, while the read sequence is only 124bp. As I know, my paired-end reads are 125bp in sequencing. I think bowtie2 has reedited the sequence of the read, so I compared the sequence in the original fastq file and the bowtie2 alignment:
    Code:
    Seq in Fastq:
    TAGAAAAACTAAACAATGAACCGATAAAAAAACTACAACAACTTTTTAAGACGTAGATAATATAATACAATGTAAATAGAATCAACAAAAATTTTTTAAAATGGCACGATGAAGTTAAGGCATAG
    Seq in Bowtie2 alignment:
    TAGAAAAACTAAACAATGAACCGATAAAAAAACTACAACAACTTTTTAAGACGTAGATAATATAATACAATGTAAATAGAATCAACAAAAATTTTTTAAAATG[COLOR="Red"]AATGGTAAGAAAGGATTATTA[/COLOR]
    It's quite strange the tail bases of the sequence in the alignment are quite different from the fastq file. Somebody know how do this happen? Does Bowtie2 reedit the sequence when it align the read to the reference?

    If you have any idea, please reply me, thanks~
    wisense
    Last edited by wisense; 05-24-2015, 11:03 PM.

  • #2
    It sounds like the sam file got corrupted somehow; I'd suggest re-mappping. And, perhaps, upgrading to the latest version first in case that was a version-specific bug.

    Comment


    • #3
      Originally posted by Brian Bushnell View Post
      It sounds like the sam file got corrupted somehow; I'd suggest re-mappping. And, perhaps, upgrading to the latest version first in case that was a version-specific bug.
      Hi, Brian
      Thanks for your reply.
      My Bowtie 2 version is 2.2.4, I will try the latest version 2.2.5 to see if there's any difference. By the way, there're about 33437 alignments in the sam file their sequence lengths are not 125bp, maybe ranging from 80-120 bp. Quite strange to me.

      Comment


      • #4
        It sounds to me like two processes ran at the same time, one with 125bp reads and one with variable-length reads, and were writing to the same file... just a guess. I suggest you confirm the read count and length distribution of what you think was the input fastq - should be the same as the output sam. The BBMap package has a tool called readlength.sh that you can use to do that quickly.
        Last edited by Brian Bushnell; 05-26-2015, 09:48 AM.

        Comment


        • #5
          Originally posted by Brian Bushnell View Post
          It sounds to me like two processes ran at the same time, one with 125bp reads and one with variable-length reads, and were writing to the same file... just a guess. I suggest you confirm the read count and length distribution of what you think was the input fastq - should be the same as the output sam. The BBMap package has a tool called readlength.sh that you can use to do that quickly.
          Before bowtie2 alignment, I used FastQC to analyze the paired-end reads and both read1 and read2 fastq are 125bp, not with variable-length. BTW, I have used the latest version of bowtie2 (v2.2.5) to re-align the reads to the genome, there's no such error in the alignment. Perhaps, this is a version-specific bug of bowtie2. Thanks for your good suggestion.

          Comment


          • #6
            This is either a very very obscure bug or, more likely, Brian guessed correctly that you have two processes overwriting each other's output (or something along those lines). You might just rerun the alignment.

            Comment

            Latest Articles

            Collapse

            • seqadmin
              Advanced Methods for the Detection of Infectious Disease
              by seqadmin




              The recent pandemic caused worldwide health, economic, and social disruptions with its reverberations still felt today. A key takeaway from this event is the need for accurate and accessible tools for detecting and tracking infectious diseases. Timely identification is essential for early intervention, managing outbreaks, and preventing their spread. This article reviews several valuable tools employed in the detection and surveillance of infectious diseases.
              ...
              11-27-2023, 01:15 PM
            • seqadmin
              Strategies for Investigating the Microbiome
              by seqadmin




              Microbiome research has led to the discovery of important connections to human and environmental health. Sequencing has become a core investigational tool in microbiome research, a subject that we covered during a recent webinar. Our expert speakers shared a number of advancements including improved experimental workflows, research involving transmission dynamics, and invaluable analysis resources. This article recaps their informative presentations, offering insights...
              11-09-2023, 07:02 AM

            ad_right_rmr

            Collapse

            News

            Collapse

            Topics Statistics Last Post
            Started by seqadmin, Today, 10:48 AM
            0 responses
            13 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, Yesterday, 08:26 AM
            0 responses
            11 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, Yesterday, 08:12 AM
            0 responses
            12 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 11-27-2023, 08:12 AM
            0 responses
            20 views
            0 likes
            Last Post seqadmin  
            Working...
            X