Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • MatthewStoll
    Junior Member
    • Nov 2013
    • 2

    bowtie2: error reading ebwt[] array

    Hi all,

    I just downloaded bowtie2 into my cluster environment, along with the human genomic file. My command was: bowtie2 -f -x /scratch/user/mstoll/bowtie2/bowtie2-2.1.0/indexes/hg18 -U sample_data.fasta

    The error message reads: Error reading _ebwt[] array: 129105920, 956874752
    Error: Encountered internal Bowtie 2 exception (#1)

    A similar problem was discussed on this forum about three years ago, and the suggestion was raised that the files could be corrupt. I re-ran the make_hg18.sh script, but that didn't solve the problem. Not sure how to tell if the file is corrupt.
  • ctseto
    Member
    • Oct 2013
    • 44

    #2
    md5sum is one way to check the integrity of files.

    Depending on the operating system, do md5sum

    Code:
    md5sum hg18.zip
    b28f0d75c03356cd2328d8c47f6e06d4  hg18.zip
    Code:
    md5sum *hg18*
    008ae77d5a382da10dd11f566b643e98  hg18.1.bt2
    3e7f36b2918c7baed41e60e3f1d27ea5  hg18.2.bt2
    428247833fa95a4b4245217b1e93d748  hg18.3.bt2
    b5fc98dab658a66d93c3c4e8e09a4d8b  hg18.4.bt2
    8967e67da16afdb93b2df34717b37e20  hg18.rev.1.bt2
    b15cd42bcbbccdabff230a89e8744f82  hg18.rev.2.bt2
    b28f0d75c03356cd2328d8c47f6e06d4  hg18.zip
    98fa98b7a0f8ec91d3557f6c8ae5e24a  make_hg18.sh
    Running the script should have worked, since it'll regenerate from ucsc hg18 files. It could point to an issue in bowtie2. Did the test datasets in bowtie2 work?

    The bowtie2 directory has a subdirectory examples, broken up into reads, index and reference.

    cd into index and run the following
    Code:
    ../../bowtie2 -x lambda_virus -1 ../reads/reads_1.fq -2 ../reads/reads_2.fq -S /dev/null
    10000 reads; of these:
      10000 (100.00%) were paired; of these:
        834 (8.34%) aligned concordantly 0 times
        9166 (91.66%) aligned concordantly exactly 1 time
        0 (0.00%) aligned concordantly >1 times
        ----
        834 pairs aligned concordantly 0 times; of these:
          42 (5.04%) aligned discordantly 1 time
        ----
        792 pairs aligned 0 times concordantly or discordantly; of these:
          1584 mates make up the pairs; of these:
            1005 (63.45%) aligned 0 times
            579 (36.55%) aligned exactly 1 time
            0 (0.00%) aligned >1 times
    94.97% overall alignment rate
    Likely the above will work if your copy of bowtie2 is fine.
    Last edited by ctseto; 11-15-2013, 02:57 PM.

    Comment

    Latest Articles

    Collapse

    • GATTACAT
      Reply to Nine Things a Sample Prep Scientist Thinks About Before Sequencing
      by GATTACAT
      Love this - good data definitely starts from good input, and poor input can only give relatively poor data. I particularly like the mention of Nanodrop/absorbance based methods for quantification. It's such a toss up if you'll get an accurate reading or what amounts to a randomly generated number, and a lot of library/sequencing related issues can be traced back to poor quant.
      Yesterday, 11:43 AM
    • SEQadmin2
      Nine Things a Sample Prep Scientist Thinks About Before Sequencing
      by SEQadmin2


      I’m not a sequencing expert. I’m a purification scientist who uses NGS to evaluate workflows my group develops. With this perspective, we think about the sample first and the NGS workflow second. The sequencer is an exceptionally honest reporter, but it can only report on what you give it, so whether you get clean, interpretable data from an NGS workflow is largely determined before you begin.

      Here are nine questions we think about, in roughly the order they matter, before...
      06-18-2026, 07:11 AM

    ad_right_rmr

    Collapse

    News

    Collapse

    Topics Statistics Last Post
    Started by SEQadmin2, Today, 11:08 AM
    0 responses
    6 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 06-30-2026, 05:37 AM
    0 responses
    11 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 06-26-2026, 11:10 AM
    0 responses
    19 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 06-17-2026, 06:09 AM
    0 responses
    53 views
    0 reactions
    Last Post SEQadmin2  
    Working...