Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • fastq file without index?

    Dear All,

    I have a fastq file which failed to align with bowtie. The error message is: reads file does not look like a FASTQ file. I don't know what is going wrong. Is it possible that there is no index in the fastq file? This is how my fastq file looks like:

    @D5N3XBQ1:149:C0TCLACXX:2:1101:1342:2245 1:N:0:
    TTAATAAAAGCTATTGAT
    +
    BB**?BHGG9?0?8888B
    @D5N3XBQ1:149:C0TCLACXX:2:1101:1583:2228 1:N:0:
    ATCGGGCGCAGGGACAGA
    +
    E99)?0?@6;'5>(;BE@
    @D5N3XBQ1:149:C0TCLACXX:2:1101:1688:2238 1:N:0:
    GCTGCCCTCCACCATATC



    Thanks for all your ideas,

    Lisanne

  • #2
    Hi Lisanne,
    Have you created the index of reference genome with bowtie2-build? and try to run bowtie with example data (/bowtie2-2.0.0-beta3/example).

    Try following commands:

    bowtie2-build Genome.fa Genome.build
    This will create six new files which constitute the bowtie index necessary for bowtie:

    Genome.build.1.ebwt Genome.build.4.ebwt
    Genome.build.2.ebwt Genome.build.rev.1.ebwt
    Genome.build.3.ebwt Genome.build.rev.2.ebwt

    For mapping I used the following commands, Please read the manual and do it accordingly:

    bowtie2 -S -q --solexa1.3-quals -p 1 -I 100 -X 600 --fr Genome.build -1 read1.fastq -2 read2.fastq OUT.sam


    Thnx
    Rahul Sharma,
    Ph.D
    Frankfurt am Main, Germany

    Comment


    • #3
      That's weird. Looks like a fine fastq to me, though the quality string is in the old encoding, not the new. Maybe taht's what's confusing bowtie?

      You don't index the fastqs. You can index the reference fasta, and you can index a .bam

      Comment


      • #4
        Originally posted by swbarnes2 View Post
        That's weird. Looks like a fine fastq to me, though the quality string is in the old encoding, not the new. Maybe taht's what's confusing bowtie?
        Those quality strings are the new encoding; the digits are a dead giveaway that it is Phred+33.

        It's entirely likely that whatever bowtie finds objectionable about your fastq file is not represented by the small snippet you have pasted above. I tested the two complete entries you have shown with both bowtie (0.12.7) and bowtie2 (2.0.0-beta7) and it did not generate an error.

        Comment

        Latest Articles

        Collapse

        • seqadmin
          Essential Discoveries and Tools in Epitranscriptomics
          by seqadmin




          The field of epigenetics has traditionally concentrated more on DNA and how changes like methylation and phosphorylation of histones impact gene expression and regulation. However, our increased understanding of RNA modifications and their importance in cellular processes has led to a rise in epitranscriptomics research. “Epitranscriptomics brings together the concepts of epigenetics and gene expression,” explained Adrien Leger, PhD, Principal Research Scientist...
          04-22-2024, 07:01 AM
        • 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

        ad_right_rmr

        Collapse

        News

        Collapse

        Topics Statistics Last Post
        Started by seqadmin, Yesterday, 11:49 AM
        0 responses
        15 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-24-2024, 08:47 AM
        0 responses
        16 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-11-2024, 12:08 PM
        0 responses
        61 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-10-2024, 10:19 PM
        0 responses
        60 views
        0 likes
        Last Post seqadmin  
        Working...
        X