Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • Luyi Tian
    Member
    • Mar 2012
    • 15

    Error using tophat mapping AB SOLiD color space data

    I got an error when I try to use tophat analysing Solid data from:


    and the err report is:
    [2012-09-11 00:43:09] Mapping left_kept_reads to transcriptome M_genes with Bowtie
    [FAILED]
    Error running bowtie:
    Too few quality values for read: 32T3@
    are you sure this is a FASTQ-int file?
    Command: /usr/local/bin/bowtie -q -C --col-keepends -v 1 -k 60 -m 60 -S -p 4 --sam-nohead --max /dev/null M_heart2_9out/tmp/M_genes -
    but I don't understand the read-name '32T3@'. the format of my fastq is like this:
    @SRR545797.117 1_35_540 length=50
    T10223131112013200331001120211030313103322000132033
    +SRR545797.117 1_35_540 length=50
    !@@@8@@@@@?@@@@@@@;@@@@@@@2?-/-@6//6/5=@2?@6./2@28.
    So I tracked down the source code of bowtie and rewrite and rebuild the err report function so that it could also report the sequence and quality scores. Then my err report turned to this:
    Error running bowtie:
    Too few quality values for read: 27T3;
    are you sure this is a FASTQ-int file?
    Name: 27T3;
    Seq: GNTCAGNTCACTCCTGGTCAAAAGAGAAAACNGCAANTTAGTCCCGCTT (49)
    Qual: (0)
    terminate called after throwing an instance of 'int'
    from the report we could see that this sequence have no quality score. I translate the base space sequence to color space sequence and then searched it in fastq file. but the sequence could not be found. What's more, the lenth of sequence also confused me because the sra file report a lenth of 50 bases. but this sequence is 49 bases. I add the '--library-type fr-secondstrand' in tophat command but the err still there.



    Anyone have suggestions? I have write a python script to exam the consistency of sequence length and quality in fastq file. but did not find anything wrong. I use tophat2. the error also exist when switch to tophat1
  • Luyi Tian
    Member
    • Mar 2012
    • 15

    #2
    Anyone knows if tophat could analyze data from AB Solid.

    Comment

    • lzsph
      Member
      • Jul 2012
      • 13

      #3
      Hi Luyi,

      On the manual page of TopHat, it says " In TopHat 1.1.0, we began supporting Applied Biosystems' Colorspace format."

      Personally, I'm not familiar with Colorspace format.

      Regards,
      Senhao
      Originally posted by Luyi Tian View Post
      Anyone knows if tophat could analyze data from AB Solid.

      Comment

      • Chirag
        Member
        • Nov 2011
        • 23

        #4
        Did you guys solve this problem ? I am also having similar one.

        Mapping left_kept_reads_seg3 to genome mm9_c with Bowtie (3/3)
        Mapping right_kept_reads to genome mm9_c with Bowtie
        [FAILED]
        Error running bowtie:
        Too few quality values for read: 39 I
        are you sure this is a FASTQ-int file?
        terminate called after throwing an instance of 'int'


        cheers
        Chirag

        Comment

        • Triple_W
          Member
          • Jan 2012
          • 12

          #5
          Originally posted by Luyi Tian View Post
          I got an error when I try to use tophat analysing Solid data from:


          and the err report is:


          but I don't understand the read-name '32T3@'. the format of my fastq is like this:

          So I tracked down the source code of bowtie and rewrite and rebuild the err report function so that it could also report the sequence and quality scores. Then my err report turned to this:


          from the report we could see that this sequence have no quality score. I translate the base space sequence to color space sequence and then searched it in fastq file. but the sequence could not be found. What's more, the lenth of sequence also confused me because the sra file report a lenth of 50 bases. but this sequence is 49 bases. I add the '--library-type fr-secondstrand' in tophat command but the err still there.



          Anyone have suggestions? I have write a python script to exam the consistency of sequence length and quality in fastq file. but did not find anything wrong. I use tophat2. the error also exist when switch to tophat1


          I also met the error, anyone solved it?
          [2013-05-17 02:36:07] Mapping left_kept_reads to transcriptome genes with Bowtie
          [FAILED]
          Error running bowtie:
          Too few quality values for read: 1T2=
          are you sure this is a FASTQ-int file?
          terminate called after throwing an instance of 'int'

          Comment

          • jtsang
            Junior Member
            • Mar 2012
            • 4

            #6
            Same here, anyone has solved this problem?

            [2013-12-10 02:46:57] Mapping left_kept_reads to transcriptome known with Bowtie
            [FAILED]
            Error running bowtie:
            Too few quality values for read: 2013
            are you sure this is a FASTQ-int file?
            terminate called after throwing an instance of 'int'

            Comment

            • apredeus
              Senior Member
              • Jul 2012
              • 151

              #7
              I've figured out what is causing the problem (just like most people here I think, I'm trying to make use of UW mouseENCODE data)

              The problem is that prep_reads (a utility in tophat package that filters off the reads that do not satisfy certain basic quality requirements) for some reason chops off the quality string, making it shorter that in the initial fastq file. Interestingly, for me, it only happens when you use exact same options as used in tophat run.log; if you run it without any extra flags the qualities string remains untouched.

              I'll post here once I've gotten to the bottom of this.

              Comment

              • intregen
                Junior Member
                • Jul 2015
                • 5

                #8
                Were you able to find a solution? I'm having similar problem.

                Comment

                Latest Articles

                Collapse

                ad_right_rmr

                Collapse

                News

                Collapse

                Topics Statistics Last Post
                Started by SEQadmin2, 06-09-2026, 11:58 AM
                0 responses
                24 views
                0 reactions
                Last Post SEQadmin2  
                Started by SEQadmin2, 06-05-2026, 10:09 AM
                0 responses
                29 views
                0 reactions
                Last Post SEQadmin2  
                Started by SEQadmin2, 06-04-2026, 08:59 AM
                0 responses
                39 views
                0 reactions
                Last Post SEQadmin2  
                Started by SEQadmin2, 06-02-2026, 12:03 PM
                0 responses
                62 views
                0 reactions
                Last Post SEQadmin2  
                Working...