Dear all,
I'm having a recurrent problem with Bowtie: it fails reading the indexes it had just built.
Here are some details about my configuration: I'm using Bowtie 0.12.5 (but 0.12.3 gave the exact same error), on a Linux x86_64 computer.
I get this type of error messages :
Error reading _plen[] array: 4194272, 55604484
Error reading ebwt array: returned 41750080, length was 168445184
The index had been previously built by the same version of Bowtie. In fact these errors had occurred while running TopHat (which incidentally does not catch the errors thrown by Bowtie and finishes the run with "success", but does not give correct or complete results).
The worse thing is that this error does not occur all the times: as a test, I've run Bowtie about 100 times on a toy dataset (with the exact same input reads and genome index), and Bowtie only crashed 6 times. But it does seem that it crashes more often when the input is larger.
I don't understand what might be the problem. I'm starting to wonder if it might be because the filesystem structure is somehow corrupt on the computers I'm using. This is why I would like to know if anyone else has encountered this problem.
Any comments or suggestions would be much appreciated. Thank you for your help !
Best,
Anamaria
I'm having a recurrent problem with Bowtie: it fails reading the indexes it had just built.
Here are some details about my configuration: I'm using Bowtie 0.12.5 (but 0.12.3 gave the exact same error), on a Linux x86_64 computer.
I get this type of error messages :
Error reading _plen[] array: 4194272, 55604484
Error reading ebwt array: returned 41750080, length was 168445184
The index had been previously built by the same version of Bowtie. In fact these errors had occurred while running TopHat (which incidentally does not catch the errors thrown by Bowtie and finishes the run with "success", but does not give correct or complete results).
The worse thing is that this error does not occur all the times: as a test, I've run Bowtie about 100 times on a toy dataset (with the exact same input reads and genome index), and Bowtie only crashed 6 times. But it does seem that it crashes more often when the input is larger.
I don't understand what might be the problem. I'm starting to wonder if it might be because the filesystem structure is somehow corrupt on the computers I'm using. This is why I would like to know if anyone else has encountered this problem.
Any comments or suggestions would be much appreciated. Thank you for your help !
Best,
Anamaria
Comment