[Bioperl-l] Error loading sequence with load_seqdatabase.pl

Duangdaow Kanhasiri dbastar at yahoo.com
Wed Jun 8 07:43:41 EDT 2005


Hi,

I've used the bioperl script load_seqdatabase.pl (came
with the biosql' scripts) to load the bacterial
sequence in genbank format(*.gbk) into PostgreSQL 8.0
database on Linux machine as:

$perl load_seqdatabase.pl /export/Bacteria/*/*.gbk &

Where  under the /export/Bacteria/ path are the
Bacteria's name path e.g. Acinetobacter_sp_ADP1 and
the file name are like NC_006824.gbk.  

Previously it used to load some sequences in to some
tables in biosql database (count from table bioentry) 

bioseq=# select count(*) from bioentry;
 count
-------
   33
(1 row)


However, after a while it then stopped with the the
error:

[1]+  Segmentation fault      perl load_seqdatabase.pl
/export/Bacteria/*/*.gbk &

I then checked and removed the *.gbk file that have
already been loaded in to the table, leaving only the
unloaded ones and ran the scripted again.  It
continued to work for some times and stopped again.  I
repeated the process several times until 173 sequences
were loaded into the table:

bioseq=# select count(*) from bioentry;
 count
-------
   173
(1 row)

The program then stopped again and this time it
wouldn't run anymore even I tried with only on file.
The error is still the same like: 

$ perl load_seqdatabase.pl
/export/Bacteria/Lactobacillus_johnsonii_NCC_533/NC_005362.gbk
Segmentation fault
$

Now I couldn't load the rest of my sequences into the
database anymore.  I would be very apprecialed if any
one knows how to solve the "Segmentation fault"
problem?

Regards,

Davina


		
__________________________________ 
Discover Yahoo! 
Have fun online with music videos, cool games, IM and more. Check it out! 
http://discover.yahoo.com/online.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: load_seqdatabase.pl
Type: application/octet-stream
Size: 22486 bytes
Desc: 3434098052-load_seqdatabase.pl
Url : http://portal.open-bio.org/pipermail/bioperl-l/attachments/20050608/1c6b46ab/load_seqdatabase-0001.obj


More information about the Bioperl-l mailing list