From: Madhura S. <sma...@st...> - 2004-05-18 18:21:50
|
Hi All I am trying to use the LoadTaxon plugin to load NCBI taxonomy files, I = downloaded the taxdump files from ncbi.nih.gov, I also created bootstrap = rows using xml file input and that worked fine, but when I was running = the LoadTaxon plugin to load the NCBI taxonomy files using command: ga GUS::Common::Plugin::LoadTaxon --nodes=3Dnodes.dmp --names=3Dnames.dmp --gencode=3Dgencode.dmp I got following error: Initially it went on for a while printing the tax_ids processed, processed ncbi_tax_id : 40049 processed ncbi_tax_id : 192122 ------- so on and then it stopped with following error DBD::Oracle::st execute failed: ORA-01400: cannot insert NULL into = ("SRES"."TAXO NNAME"."TAXON_ID") (DBD ERROR: OCIStmtExecute) at = /afs/ir/users/s/m/smadhura/RA/GUS/lib/perl/GUS/ObjRelP/DbiDbHandle.pm = line 145,=20 <NODES> line 217936. SQL ERROR!! involving INSERT INTO Res.TaxonName ( = row_user_id, other_read,unique_name_variant,user_write, group_write, = name_class, row_project_id, name, taxon_id,modification_date, ser_read, = row_alg_invocation_id, group_read, other_write, row_group_id, = taxon_name_id ) VALUES ( ?, ?, '', ?, ?, ?, ?, ?, '', SYSDATE, ?, = ?, ?, ?, ?, ? )=20 Values: 1, 1, 1, 1, scientific name, 1, Influenza C virus = (C/Miyagi/9/96), 1, 91, 1, 0, 1, 1=20 at/afs/ir/users/s/m/smadhura/RA/GUS/lib/perl/GUS/ObjRelP/DbiDbHan dle.pm = line 185=20 Could someone explain what am I doing wrong? Thanks! Madhura |