Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • bowtie error "Error reading _offs[] array: "

    Dear all,

    I am struggling with a bowtie error which occurs in the ebwt.h, here is the code:

    Code:
    else {
    						// Do it all in one read
    						MM_READ_RET r = MM_READ(_in2, (void*)this->_offs, offsLen << 2);
    						if(r != (MM_READ_RET)(offsLen << 2)) {
    							cerr << "Error reading _offs[] array: " << r << ", " << (offsLen << 2) << endl;
    							throw 1;
    						}
    					}
    I have built an index using a regular fasta file of hg18 downloaded form ucsc and a splice.fa file generated using ERANGE. bowtie-build is running without any error, as well as "getsplicefa.py" which generates the splice file.

    Any idea what this error means?

    Thank you.

  • #2
    Hi,

    I've been having a similar error. I'm building a bowtie index for a genome sequence, bowtie-build finishes without error, but when trying to align reads with bowtie I get this error:

    "Error reading ebwt array: returned 41750080, length was 168445184
    Your index files may be corrupt; please try re-building or re-downloading. "

    Have you found a solution to the problem ? All suggestions would be appreciated.

    Best,

    Anamaria

    Comment


    • #3
      If I remember well, this was a question of directory. I moved the chromosomes sequences I used to the "bowtie" directory.

      I hope this was the solution, tell me if it makes it for you.

      Comment


      • #4
        No, this can't be it... For me, this error occurs while running TopHat, and in the TopHat run the fasta file and the bowtie index files are in the same directory.

        Comment


        • #5
          Hi, I get the same error, and I'm using hg18 index from bowtie website.

          Did you figure out what was the problem?

          Comment


          • #6
            I don't know what the problem was, but I think I did find a solution: see
            Discussion of next-gen sequencing related bioinformatics: resources, algorithms, open source efforts, etc


            Let me know if you need more help on this.

            Originally posted by Ms@New View Post
            Hi, I get the same error, and I'm using hg18 index from bowtie website.

            Did you figure out what was the problem?

            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, Today, 11:49 AM
            0 responses
            8 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, Yesterday, 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