Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • Bowtie error message

    I'm using bowtie 12.7 and am aligning Solid colorspace sequencing files to hg19. I have ran two similar datasets using the same script and it went fine, but ran into a wall with this set. I've been trying to find the source of the error given it refers to a specific tag/tags. When I look for the sequence tag identities in the .csfasta or .QV.qual files, they look fine - no typo, nothing glaring. I'm not sure where else to go at this point. If anyone can offer me suggestions on where the source of this error could be or anything to help, that would be great. I have no prior bioinformatics experience so this hiccup here is a bit daunting so thank you for bearing with my laymen explanation and trying to help.

    Input Script:
    bowtie -C /index/hg19_c -B 1 -p 6 -v 0 -m 1 --col-keepend --fr -f -1 F3.csfasta -2 F5.csfasta --Q1 F3.QV.qual --Q2 F5.QV.qual --max multiple_V0 --un notMatch_V0 > map_V0.txt

    Error message:
    Warning: one or more mismatched read names between FASTA and quality files
    Warning: one or more mismatched read names between FASTA and quality files
    Warning: one or more mismatched read names between FASTA and quality files
    Warning: one or more mismatched read names between FASTA and quality files
    Warning: one or more mismatched read names between FASTA and quality files
    Warning: one or more mismatched read names between FASTA and quality files
    Offending read name: "1_5_66_F3"
    Too few quality values for read: 1_5_66_F3
    are you sure this is a FASTQ-int file?
    terminate called after throwing an instance of 'int'
    getAlignment.sh: line 22: 3579 Aborted

  • #2
    Are you doing this on unix or some other OS?

    Have you looked in the sequence files to see where that offending read is? It may be the first one. Sounds like there is something about that read bowtie does not like.

    You can grep the read name out of the file and post it here so we can see if there is something odd about it.

    Code:
    $cat F3.csfasta | grep "1_5_66_F3"
    It also seems that the number of entries in your csfasta files do not seem to match .qual file.

    Can you check the following?
    Code:
    $cat F3.csfasta | grep ">"| wc -l
    $cat F3.QV.qual | grep ">"| wc -l
    Are those numbers identical for both sets of files?

    Comment


    • #3
      Hi GenoMax,

      I'm running this on a server: GNU/Linux (I believe RedHat).

      I tried your codes and I can't see anything wrong still:

      code: $cat F3.csfasta | grep "1_5_66_F3"
      and it returned:
      >1_5_66_F3

      code:$cat F3.csfasta | grep ">"| wc -l
      $cat F3.QV.qual | grep ">"| wc -l
      and it returned:
      23693204
      23693204

      Comment


      • #4
        Originally posted by nncy1105 View Post
        Hi GenoMax,

        I'm running this on a server: GNU/Linux (I believe RedHat).

        I tried your codes and I can't see anything wrong still:

        code: $cat F3.csfasta | grep "1_5_66_F3"
        and it returned:
        >1_5_66_F3

        code:$cat F3.csfasta | grep ">"| wc -l
        $cat F3.QV.qual | grep ">"| wc -l
        and it returned:
        23693204
        23693204
        Those stats look ok.

        Were these files saved on a PC/Mac and then transferred to the unix server? Did you try to open them in an editor on a PC/Mac? If that was the case then see this: http://kb.iu.edu/data/acux.html

        Comment


        • #5
          Originally posted by GenoMax View Post
          Those stats look ok.

          Were these files saved on a PC/Mac and then transferred to the unix server? Did you try to open them in an editor on a PC/Mac? If that was the case then see this: http://kb.iu.edu/data/acux.html
          GenoMax, those were saved from a ftp site to my external harddrive attached to a MacOSX 10.5 then sftp transferred to the Linux server. I'll try the Cyberduck or OpenSSH program on the page you recommended and transfer those files again. Hopefully that will solve this. Thanks!

          Comment

          Latest Articles

          Collapse

          • seqadmin
            Current Approaches to Protein Sequencing
            by seqadmin


            Proteins are often described as the workhorses of the cell, and identifying their sequences is key to understanding their role in biological processes and disease. Currently, the most common technique used to determine protein sequences is mass spectrometry. While still a valuable tool, mass spectrometry faces several limitations and requires a highly experienced scientist familiar with the equipment to operate it. Additionally, other proteomic methods, like affinity assays, are constrained...
            04-04-2024, 04:25 PM
          • seqadmin
            Strategies for Sequencing Challenging Samples
            by seqadmin


            Despite advancements in sequencing platforms and related sample preparation technologies, certain sample types continue to present significant challenges that can compromise sequencing results. Pedro Echave, Senior Manager of the Global Business Segment at Revvity, explained that the success of a sequencing experiment ultimately depends on the amount and integrity of the nucleic acid template (RNA or DNA) obtained from a sample. “The better the quality of the nucleic acid isolated...
            03-22-2024, 06:39 AM

          ad_right_rmr

          Collapse

          News

          Collapse

          Topics Statistics Last Post
          Started by seqadmin, 04-11-2024, 12:08 PM
          0 responses
          22 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 04-10-2024, 10:19 PM
          0 responses
          24 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 04-10-2024, 09:21 AM
          0 responses
          19 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 04-04-2024, 09:00 AM
          0 responses
          52 views
          0 likes
          Last Post seqadmin  
          Working...
          X