Dear all,
I am struggling with a bowtie error which occurs in the ebwt.h, here is the code:
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.
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; } }
Any idea what this error means?
Thank you.
Comment