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
              Recent Developments in Metagenomics
              by seqadmin





              Metagenomics has improved the way researchers study microorganisms across diverse environments. Historically, studying microorganisms relied on culturing them in the lab, a method that limits the investigation of many species since most are unculturable1. Metagenomics overcomes these issues by allowing the study of microorganisms regardless of their ability to be cultured or the environments they inhabit. Over time, the field has evolved, especially with the advent...
              09-23-2024, 06:35 AM
            • seqadmin
              Understanding Genetic Influence on Infectious Disease
              by seqadmin




              During the COVID-19 pandemic, scientists observed that while some individuals experienced severe illness when infected with SARS-CoV-2, others were barely affected. These disparities left researchers and clinicians wondering what causes the wide variations in response to viral infections and what role genetics plays.

              Jean-Laurent Casanova, M.D., Ph.D., Professor at Rockefeller University, is a leading expert in this crossover between genetics and infectious...
              09-09-2024, 10:59 AM

            ad_right_rmr

            Collapse

            News

            Collapse

            Topics Statistics Last Post
            Started by seqadmin, 10-02-2024, 04:51 AM
            0 responses
            13 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 10-01-2024, 07:10 AM
            0 responses
            20 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 09-30-2024, 08:33 AM
            0 responses
            25 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 09-26-2024, 12:57 PM
            0 responses
            18 views
            0 likes
            Last Post seqadmin  
            Working...
            X