[Bug 1816] New: Error when importing GenBank file into BioSQL database
<bugzilla-daemon <at> portal.open-bio.org>
2005-06-13 20:24:19 GMT
http://bugzilla.open-bio.org/show_bug.cgi?id=1816
Summary: Error when importing GenBank file into BioSQL database
Product: Biopython
Version: Not Applicable
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: BioSQL
AssignedTo: biopython-dev <at> biopython.org
ReportedBy: scresawn <at> ufl.edu
When importing a GenBank file with accession number AY243312 into a BioSQL
database, I get an error. (See below.) Importing the file was done according
to the documentation at http://biopython.org/docs/biosql/python_biosql_basic.html
I'm using python-2.3.4 and biopython-1.40b. The biosql-schema was checked out
today (6/13/05) from cvs.
The error follows:
>>> db.load(iterator)
Traceback (most recent call last):
File "<stdin>", line 1, in ?
File "BioSQL/BioSeqDatabase.py", line 414, in load
db_loader.load_seqrecord(cur_record)
File "BioSQL/Loader.py", line 43, in load_seqrecord
self._load_reference(reference, rank, bioentry_id)
File "BioSQL/Loader.py", line 324, in _load_reference
(reference.pubmed_id,))
(Continue reading)