Closed GoogleCodeExporter closed 9 years ago
This is puzzling, since IntervalFileDBIterator.__new__() forces construction of
the
IntervalFileDB, saved as self.db. So how could self.db be NULL in
self.nextBlock()?
The first step we need is to reproduce the error. If we can reproduce it, it
should
be easy to track down and fix.
Original comment by cjlee...@gmail.com
on 8 Jun 2009 at 11:31
I tried it with the data on the biodb server, and that interval returns an
NLMSASlice.
I can't think what would be different with our copy of the data, since we used
the
downloader in pygr from that server to get the genome and alignment.
Original comment by kmda...@gmail.com
on 9 Jun 2009 at 12:19
accessing the alignment over XMLRPC uses a different method than accessing
local disk
index files. If I understand your comment 2 above, accessing it via XMLRPC
does not
reproduce the bug, whereas accessing it from local disk files reproduces this
bug.
One more question: please list the steps you followed for downloading the data
to
your system (e.g. the easiest way would be to use download=True).
Also, for the record, what OS version, Python version, and Pygr version (commit
ID)
did you observe the bug on?
Original comment by cjlee...@gmail.com
on 9 Jun 2009 at 12:27
$ uname -a
Linux mine-16 2.6.22-gentoo-r19 #2 SMP Thu Jul 31 13:25:05 PDT 2008 x86_64
Intel(R)
Xeon(R) CPU E5450 @ 3.00GHz GenuineIntel GNU/Linux
$ python --version
Python 2.6.2
The pygr version is 0.8.0.
Looking into the script that downloads the data...
Original comment by kmda...@gmail.com
on 9 Jun 2009 at 12:48
The commit id for our pygr version is 2e9e91ed759e306148f4b2c7e0aadff37762607e.
Original comment by kmda...@gmail.com
on 9 Jun 2009 at 12:51
fixed in v0.8.0.alpha2. Get the latest code from github. Marek will add the
test for this
bug to the megatests, since the test requires a very large dataset that is not
included as
part of the regular Pygr package.
Original comment by cjlee...@gmail.com
on 13 Jun 2009 at 12:15
We have got a megatest for that now, which since the changes made by Chris were
committed, passes. Closing the issue.
Original comment by mare...@gmail.com
on 25 Jun 2009 at 1:24
Original issue reported on code.google.com by
kmda...@gmail.com
on 8 Jun 2009 at 10:54